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 | |
Grant Likely | 6b884a8 | 2010-06-08 07:48:09 -0600 | [diff] [blame^] | 9 | config OF_ADDRESS |
| 10 | def_bool y |
| 11 | depends on OF && !SPARC |
| 12 | |
Grant Likely | e387344 | 2010-06-18 11:09:59 -0600 | [diff] [blame] | 13 | config OF_IRQ |
| 14 | def_bool y |
| 15 | depends on OF && !SPARC |
| 16 | |
Stephen Rothwell | f85ff30 | 2007-05-01 16:40:36 +1000 | [diff] [blame] | 17 | config OF_DEVICE |
| 18 | def_bool y |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 19 | depends on OF && (SPARC || PPC_OF || MICROBLAZE) |
Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 20 | |
| 21 | config OF_GPIO |
| 22 | def_bool y |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 23 | depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB |
Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 24 | help |
| 25 | OpenFirmware GPIO accessors |
Jochen Friedrich | 612212a | 2008-04-12 05:22:35 +1000 | [diff] [blame] | 26 | |
| 27 | config OF_I2C |
Jochen Friedrich | 585468e | 2008-04-19 00:23:03 +1000 | [diff] [blame] | 28 | def_tristate I2C |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 29 | depends on (PPC_OF || MICROBLAZE) && I2C |
Jochen Friedrich | 612212a | 2008-04-12 05:22:35 +1000 | [diff] [blame] | 30 | help |
| 31 | OpenFirmware I2C accessors |
Grant Likely | 284b018 | 2008-05-16 11:37:09 -0600 | [diff] [blame] | 32 | |
| 33 | config OF_SPI |
| 34 | def_tristate SPI |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 35 | depends on OF && (PPC_OF || MICROBLAZE) && SPI |
Grant Likely | 284b018 | 2008-05-16 11:37:09 -0600 | [diff] [blame] | 36 | help |
| 37 | OpenFirmware SPI accessors |
Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 38 | |
| 39 | config OF_MDIO |
| 40 | def_tristate PHYLIB |
| 41 | depends on OF && PHYLIB |
| 42 | help |
| 43 | OpenFirmware MDIO bus (Ethernet PHY) accessors |