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