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