Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / of / Kconfig
CommitLineData
e169cfbe
GL
1config OF_FLATTREE
2 bool
3 depends on OF
4
fcdeb7fe
GL
5config OF_DYNAMIC
6 def_bool y
7 depends on OF && PPC_OF
8
f85ff305
SR
9config OF_DEVICE
10 def_bool y
6fa612b5 11 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
863fbf49
AV
12
13config OF_GPIO
14 def_bool y
6fa612b5 15 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
863fbf49
AV
16 help
17 OpenFirmware GPIO accessors
612212a3
JF
18
19config OF_I2C
585468e5 20 def_tristate I2C
6fa612b5 21 depends on (PPC_OF || MICROBLAZE) && I2C
612212a3
JF
22 help
23 OpenFirmware I2C accessors
284b0189
GL
24
25config OF_SPI
26 def_tristate SPI
6fa612b5 27 depends on OF && (PPC_OF || MICROBLAZE) && SPI
284b0189
GL
28 help
29 OpenFirmware SPI accessors
8bc487d1
GL
30
31config OF_MDIO
32 def_tristate PHYLIB
33 depends on OF && PHYLIB
34 help
35 OpenFirmware MDIO bus (Ethernet PHY) accessors