of/irq: little endian fixes
[deliverable/linux.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
e3873444
GL
9config OF_IRQ
10 def_bool y
11 depends on OF && !SPARC
12
f85ff305
SR
13config OF_DEVICE
14 def_bool y
6fa612b5 15 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
863fbf49
AV
16
17config OF_GPIO
18 def_bool y
6fa612b5 19 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
863fbf49
AV
20 help
21 OpenFirmware GPIO accessors
612212a3
JF
22
23config OF_I2C
585468e5 24 def_tristate I2C
6fa612b5 25 depends on (PPC_OF || MICROBLAZE) && I2C
612212a3
JF
26 help
27 OpenFirmware I2C accessors
284b0189
GL
28
29config OF_SPI
30 def_tristate SPI
6fa612b5 31 depends on OF && (PPC_OF || MICROBLAZE) && SPI
284b0189
GL
32 help
33 OpenFirmware SPI accessors
8bc487d1
GL
34
35config OF_MDIO
36 def_tristate PHYLIB
37 depends on OF && PHYLIB
38 help
39 OpenFirmware MDIO bus (Ethernet PHY) accessors
This page took 0.299995 seconds and 5 git commands to generate.