of: define CONFIG_OF globally so architectures can select it
[deliverable/linux.git] / drivers / of / Kconfig
CommitLineData
bcbefae2
SR
1config OF
2 bool
3
e169cfbe
GL
4config OF_FLATTREE
5 bool
6 depends on OF
7
fcdeb7fe
GL
8config OF_DYNAMIC
9 def_bool y
10 depends on OF && PPC_OF
11
6b884a8d
GL
12config OF_ADDRESS
13 def_bool y
14 depends on OF && !SPARC
15
e3873444
GL
16config OF_IRQ
17 def_bool y
18 depends on OF && !SPARC
19
f85ff305
SR
20config OF_DEVICE
21 def_bool y
6fa612b5 22 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
863fbf49
AV
23
24config OF_GPIO
25 def_bool y
6fa612b5 26 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
863fbf49
AV
27 help
28 OpenFirmware GPIO accessors
612212a3
JF
29
30config OF_I2C
585468e5 31 def_tristate I2C
9fd04992 32 depends on OF && !SPARC && I2C
612212a3
JF
33 help
34 OpenFirmware I2C accessors
284b0189
GL
35
36config OF_SPI
37 def_tristate SPI
6fa612b5 38 depends on OF && (PPC_OF || MICROBLAZE) && SPI
284b0189
GL
39 help
40 OpenFirmware SPI accessors
8bc487d1
GL
41
42config OF_MDIO
43 def_tristate PHYLIB
44 depends on OF && PHYLIB
45 help
46 OpenFirmware MDIO bus (Ethernet PHY) accessors
This page took 0.277575 seconds and 5 git commands to generate.