blob: 097f42aebe90ac7d72d005af41536837caedfef1 [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 Likely6b884a82010-06-08 07:48:09 -06009config OF_ADDRESS
10 def_bool y
11 depends on OF && !SPARC
12
Grant Likelye3873442010-06-18 11:09:59 -060013config OF_IRQ
14 def_bool y
15 depends on OF && !SPARC
16
Stephen Rothwellf85ff302007-05-01 16:40:36 +100017config OF_DEVICE
18 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +020019 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
Anton Vorontsov863fbf42008-04-11 23:06:45 +100020
21config OF_GPIO
22 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +020023 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
Anton Vorontsov863fbf42008-04-11 23:06:45 +100024 help
25 OpenFirmware GPIO accessors
Jochen Friedrich612212a2008-04-12 05:22:35 +100026
27config OF_I2C
Jochen Friedrich585468e2008-04-19 00:23:03 +100028 def_tristate I2C
Michal Simek6fa612b2009-05-11 15:49:12 +020029 depends on (PPC_OF || MICROBLAZE) && I2C
Jochen Friedrich612212a2008-04-12 05:22:35 +100030 help
31 OpenFirmware I2C accessors
Grant Likely284b0182008-05-16 11:37:09 -060032
33config OF_SPI
34 def_tristate SPI
Michal Simek6fa612b2009-05-11 15:49:12 +020035 depends on OF && (PPC_OF || MICROBLAZE) && SPI
Grant Likely284b0182008-05-16 11:37:09 -060036 help
37 OpenFirmware SPI accessors
Grant Likely8bc487d2009-04-25 12:52:56 +000038
39config OF_MDIO
40 def_tristate PHYLIB
41 depends on OF && PHYLIB
42 help
43 OpenFirmware MDIO bus (Ethernet PHY) accessors