blob: 7cecc8fea9bd799ffd37e7361c7636cbe3bd69f1 [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
Stephen Rothwellf85ff302007-05-01 16:40:36 +10009config OF_DEVICE
10 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +020011 depends on OF && (SPARC || PPC_OF || MICROBLAZE)
Anton Vorontsov863fbf42008-04-11 23:06:45 +100012
13config OF_GPIO
14 def_bool y
Michal Simek6fa612b2009-05-11 15:49:12 +020015 depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
Anton Vorontsov863fbf42008-04-11 23:06:45 +100016 help
17 OpenFirmware GPIO accessors
Jochen Friedrich612212a2008-04-12 05:22:35 +100018
19config OF_I2C
Jochen Friedrich585468e2008-04-19 00:23:03 +100020 def_tristate I2C
Michal Simek6fa612b2009-05-11 15:49:12 +020021 depends on (PPC_OF || MICROBLAZE) && I2C
Jochen Friedrich612212a2008-04-12 05:22:35 +100022 help
23 OpenFirmware I2C accessors
Grant Likely284b0182008-05-16 11:37:09 -060024
25config OF_SPI
26 def_tristate SPI
Michal Simek6fa612b2009-05-11 15:49:12 +020027 depends on OF && (PPC_OF || MICROBLAZE) && SPI
Grant Likely284b0182008-05-16 11:37:09 -060028 help
29 OpenFirmware SPI accessors
Grant Likely8bc487d2009-04-25 12:52:56 +000030
31config OF_MDIO
32 def_tristate PHYLIB
33 depends on OF && PHYLIB
34 help
35 OpenFirmware MDIO bus (Ethernet PHY) accessors