]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/of/Kconfig
of/irq: Move irq_of_parse_and_map() to common code
[karo-tx-linux.git] / drivers / of / Kconfig
1 config OF_FLATTREE
2         bool
3         depends on OF
4
5 config OF_DYNAMIC
6         def_bool y
7         depends on OF && PPC_OF
8
9 config OF_IRQ
10         def_bool y
11         depends on OF && !SPARC
12
13 config OF_DEVICE
14         def_bool y
15         depends on OF && (SPARC || PPC_OF || MICROBLAZE)
16
17 config OF_GPIO
18         def_bool y
19         depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
20         help
21           OpenFirmware GPIO accessors
22
23 config OF_I2C
24         def_tristate I2C
25         depends on (PPC_OF || MICROBLAZE) && I2C
26         help
27           OpenFirmware I2C accessors
28
29 config OF_SPI
30         def_tristate SPI
31         depends on OF && (PPC_OF || MICROBLAZE) && SPI
32         help
33           OpenFirmware SPI accessors
34
35 config OF_MDIO
36         def_tristate PHYLIB
37         depends on OF && PHYLIB
38         help
39           OpenFirmware MDIO bus (Ethernet PHY) accessors