of: Put all CONFIG_OF dependencies into a Kconfig menu block
[deliverable/linux.git] / drivers / of / Kconfig
1 config DTC
2 bool
3
4 config OF
5 bool
6
7 menu "Flattened Device Tree and Open Firmware support"
8 depends on OF
9
10 config OF_FLATTREE
11 bool
12 select DTC
13
14 config OF_DYNAMIC
15 def_bool y
16 depends on PPC_OF
17
18 config OF_ADDRESS
19 def_bool y
20 depends on !SPARC
21
22 config OF_IRQ
23 def_bool y
24 depends on !SPARC
25
26 config OF_DEVICE
27 def_bool y
28
29 config OF_GPIO
30 def_bool y
31 depends on GPIOLIB && !SPARC
32 help
33 OpenFirmware GPIO accessors
34
35 config OF_I2C
36 def_tristate I2C
37 depends on I2C && !SPARC
38 help
39 OpenFirmware I2C accessors
40
41 config OF_SPI
42 def_tristate SPI
43 depends on SPI && !SPARC
44 help
45 OpenFirmware SPI accessors
46
47 config OF_MDIO
48 def_tristate PHYLIB
49 depends on PHYLIB
50 help
51 OpenFirmware MDIO bus (Ethernet PHY) accessors
52
53 endmenu # OF
This page took 0.03289 seconds and 6 git commands to generate.