microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*()
[deliverable/linux.git] / drivers / of / Kconfig
CommitLineData
e169cfbe
GL
1config OF_FLATTREE
2 bool
3 depends on OF
4
f85ff305
SR
5config OF_DEVICE
6 def_bool y
6fa612b5 7 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
863fbf49
AV
8
9config OF_GPIO
10 def_bool y
6fa612b5 11 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
863fbf49
AV
12 help
13 OpenFirmware GPIO accessors
612212a3
JF
14
15config OF_I2C
585468e5 16 def_tristate I2C
6fa612b5 17 depends on (PPC_OF || MICROBLAZE) && I2C
612212a3
JF
18 help
19 OpenFirmware I2C accessors
284b0189
GL
20
21config OF_SPI
22 def_tristate SPI
6fa612b5 23 depends on OF && (PPC_OF || MICROBLAZE) && SPI
284b0189
GL
24 help
25 OpenFirmware SPI accessors
8bc487d1
GL
26
27config OF_MDIO
28 def_tristate PHYLIB
29 depends on OF && PHYLIB
30 help
31 OpenFirmware MDIO bus (Ethernet PHY) accessors
This page took 0.276036 seconds and 5 git commands to generate.