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