blob: d2fa27c5c1b28e444748214e363bb3c462a43f0e [file] [log] [blame]
Stephen Rothwellf85ff302007-05-01 16:40:36 +10001config OF_DEVICE
2 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +02003 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
Anton Vorontsov863fbf42008-04-11 23:06:45 +10004
5config OF_GPIO
6 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +02007 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
Anton Vorontsov863fbf42008-04-11 23:06:45 +10008 help
9 OpenFirmware GPIO accessors
Jochen Friedrich612212a2008-04-12 05:22:35 +100010
11config OF_I2C
Jochen Friedrich585468e2008-04-19 00:23:03 +100012 def_tristate I2C
Michal Simek6fa612b2009-05-11 15:49:12 +020013 depends on (PPC_OF || MICROBLAZE) && I2C
Jochen Friedrich612212a2008-04-12 05:22:35 +100014 help
15 OpenFirmware I2C accessors
Grant Likely284b0182008-05-16 11:37:09 -060016
17config OF_SPI
18 def_tristate SPI
Michal Simek6fa612b2009-05-11 15:49:12 +020019 depends on OF && (PPC_OF || MICROBLAZE) && SPI
Grant Likely284b0182008-05-16 11:37:09 -060020 help
21 OpenFirmware SPI accessors
Grant Likely8bc487d2009-04-25 12:52:56 +000022
23config OF_MDIO
24 def_tristate PHYLIB
25 depends on OF && PHYLIB
26 help
27 OpenFirmware MDIO bus (Ethernet PHY) accessors