blob: 462825e031230925aa33699784ca76532d6d739f [file] [log] [blame]
Grant Likelye169cfb2009-11-23 14:53:09 -07001config OF_FLATTREE
2 bool
3 depends on OF
4
Stephen Rothwellf85ff302007-05-01 16:40:36 +10005config OF_DEVICE
6 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +02007 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
Anton Vorontsov863fbf42008-04-11 23:06:45 +10008
9config OF_GPIO
10 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +020011 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
Anton Vorontsov863fbf42008-04-11 23:06:45 +100012 help
13 OpenFirmware GPIO accessors
Jochen Friedrich612212a2008-04-12 05:22:35 +100014
15config OF_I2C
Jochen Friedrich585468e2008-04-19 00:23:03 +100016 def_tristate I2C
Michal Simek6fa612b2009-05-11 15:49:12 +020017 depends on (PPC_OF || MICROBLAZE) && I2C
Jochen Friedrich612212a2008-04-12 05:22:35 +100018 help
19 OpenFirmware I2C accessors
Grant Likely284b0182008-05-16 11:37:09 -060020
21config OF_SPI
22 def_tristate SPI
Michal Simek6fa612b2009-05-11 15:49:12 +020023 depends on OF && (PPC_OF || MICROBLAZE) && SPI
Grant Likely284b0182008-05-16 11:37:09 -060024 help
25 OpenFirmware SPI accessors
Grant Likely8bc487d2009-04-25 12:52:56 +000026
27config OF_MDIO
28 def_tristate PHYLIB
29 depends on OF && PHYLIB
30 help
31 OpenFirmware MDIO bus (Ethernet PHY) accessors