blob: b87495efa16e30eb6eafaa0c2f1dd92246c659fd [file] [log] [blame]
Grant Likelye169cfb2009-11-23 14:53:09 -07001config OF_FLATTREE
2 bool
3 depends on OF
4
Grant Likelyfcdeb7f2010-01-29 05:04:33 -07005config OF_DYNAMIC
6 def_bool y
7 depends on OF && PPC_OF
8
Grant Likelye3873442010-06-18 11:09:59 -06009config OF_IRQ
10 def_bool y
11 depends on OF && !SPARC
12
Stephen Rothwellf85ff302007-05-01 16:40:36 +100013config OF_DEVICE
14 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +020015 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
Anton Vorontsov863fbf42008-04-11 23:06:45 +100016
17config OF_GPIO
18 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +020019 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
Anton Vorontsov863fbf42008-04-11 23:06:45 +100020 help
21 OpenFirmware GPIO accessors
Jochen Friedrich612212a2008-04-12 05:22:35 +100022
23config OF_I2C
Jochen Friedrich585468e2008-04-19 00:23:03 +100024 def_tristate I2C
Michal Simek6fa612b2009-05-11 15:49:12 +020025 depends on (PPC_OF || MICROBLAZE) && I2C
Jochen Friedrich612212a2008-04-12 05:22:35 +100026 help
27 OpenFirmware I2C accessors
Grant Likely284b0182008-05-16 11:37:09 -060028
29config OF_SPI
30 def_tristate SPI
Michal Simek6fa612b2009-05-11 15:49:12 +020031 depends on OF && (PPC_OF || MICROBLAZE) && SPI
Grant Likely284b0182008-05-16 11:37:09 -060032 help
33 OpenFirmware SPI accessors
Grant Likely8bc487d2009-04-25 12:52:56 +000034
35config OF_MDIO
36 def_tristate PHYLIB
37 depends on OF && PHYLIB
38 help
39 OpenFirmware MDIO bus (Ethernet PHY) accessors