of/irq: little endian fixes
[deliverable/linux.git] / drivers / of / Kconfig
... / ...
CommitLineData
1config OF_FLATTREE
2 bool
3 depends on OF
4
5config OF_DYNAMIC
6 def_bool y
7 depends on OF && PPC_OF
8
9config OF_IRQ
10 def_bool y
11 depends on OF && !SPARC
12
13config OF_DEVICE
14 def_bool y
15 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
16
17config OF_GPIO
18 def_bool y
19 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
20 help
21 OpenFirmware GPIO accessors
22
23config OF_I2C
24 def_tristate I2C
25 depends on (PPC_OF || MICROBLAZE) && I2C
26 help
27 OpenFirmware I2C accessors
28
29config OF_SPI
30 def_tristate SPI
31 depends on OF && (PPC_OF || MICROBLAZE) && SPI
32 help
33 OpenFirmware SPI accessors
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.023086 seconds and 5 git commands to generate.