Grant Likely | e169cfb | 2009-11-23 14:53:09 -0700 | [diff] [blame] | 1 | config OF_FLATTREE |
| 2 | bool |
| 3 | depends on OF |
| 4 | |
Grant Likely | fcdeb7f | 2010-01-29 05:04:33 -0700 | [diff] [blame] | 5 | config OF_DYNAMIC |
| 6 | def_bool y |
| 7 | depends on OF && PPC_OF |
| 8 | |
Stephen Rothwell | f85ff30 | 2007-05-01 16:40:36 +1000 | [diff] [blame] | 9 | config OF_DEVICE |
| 10 | def_bool y |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 11 | depends on OF && (SPARC || PPC_OF || MICROBLAZE) |
Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 12 | |
| 13 | config OF_GPIO |
| 14 | def_bool y |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 15 | depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB |
Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 16 | help |
| 17 | OpenFirmware GPIO accessors |
Jochen Friedrich | 612212a | 2008-04-12 05:22:35 +1000 | [diff] [blame] | 18 | |
| 19 | config OF_I2C |
Jochen Friedrich | 585468e | 2008-04-19 00:23:03 +1000 | [diff] [blame] | 20 | def_tristate I2C |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 21 | depends on (PPC_OF || MICROBLAZE) && I2C |
Jochen Friedrich | 612212a | 2008-04-12 05:22:35 +1000 | [diff] [blame] | 22 | help |
| 23 | OpenFirmware I2C accessors |
Grant Likely | 284b018 | 2008-05-16 11:37:09 -0600 | [diff] [blame] | 24 | |
| 25 | config OF_SPI |
| 26 | def_tristate SPI |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 27 | depends on OF && (PPC_OF || MICROBLAZE) && SPI |
Grant Likely | 284b018 | 2008-05-16 11:37:09 -0600 | [diff] [blame] | 28 | help |
| 29 | OpenFirmware SPI accessors |
Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 30 | |
| 31 | config OF_MDIO |
| 32 | def_tristate PHYLIB |
| 33 | depends on OF && PHYLIB |
| 34 | help |
| 35 | OpenFirmware MDIO bus (Ethernet PHY) accessors |