| 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 | |||||
| Andres Salomon | ef2a452 | 2010-06-28 22:00:48 -0400 | [diff] [blame] | 10 | config PROC_DEVICETREE |
| 11 | bool "Support for device tree in /proc" | ||||
| 12 | depends on PROC_FS && !SPARC | ||||
| 13 | help | ||||
| 14 | This option adds a device-tree directory under /proc which contains | ||||
| 15 | an image of the device tree that the kernel copies from Open | ||||
| 16 | Firmware or other boot firmware. If unsure, say Y here. | ||||
| 17 | |||||
| Grant Likely | e169cfb | 2009-11-23 14:53:09 -0700 | [diff] [blame] | 18 | config OF_FLATTREE |
| 19 | bool | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 20 | select DTC |
| Grant Likely | e169cfb | 2009-11-23 14:53:09 -0700 | [diff] [blame] | 21 | |
| Grant Likely | fcdeb7f | 2010-01-29 05:04:33 -0700 | [diff] [blame] | 22 | config OF_DYNAMIC |
| 23 | def_bool y | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 24 | depends on PPC_OF |
| Grant Likely | fcdeb7f | 2010-01-29 05:04:33 -0700 | [diff] [blame] | 25 | |
| Grant Likely | 6b884a8 | 2010-06-08 07:48:09 -0600 | [diff] [blame] | 26 | config OF_ADDRESS |
| 27 | def_bool y | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 28 | depends on !SPARC |
| Grant Likely | 6b884a8 | 2010-06-08 07:48:09 -0600 | [diff] [blame] | 29 | |
| Grant Likely | e387344 | 2010-06-18 11:09:59 -0600 | [diff] [blame] | 30 | config OF_IRQ |
| 31 | def_bool y | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 32 | depends on !SPARC |
| Grant Likely | e387344 | 2010-06-18 11:09:59 -0600 | [diff] [blame] | 33 | |
| Stephen Rothwell | f85ff30 | 2007-05-01 16:40:36 +1000 | [diff] [blame] | 34 | config OF_DEVICE |
| 35 | def_bool y | ||||
| Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 36 | |
| 37 | config OF_GPIO | ||||
| 38 | def_bool y | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 39 | depends on GPIOLIB && !SPARC |
| Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 40 | help |
| 41 | OpenFirmware GPIO accessors | ||||
| Jochen Friedrich | 612212a | 2008-04-12 05:22:35 +1000 | [diff] [blame] | 42 | |
| 43 | config OF_I2C | ||||
| Jochen Friedrich | 585468e | 2008-04-19 00:23:03 +1000 | [diff] [blame] | 44 | def_tristate I2C |
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 45 | depends on I2C && !SPARC |
| Jochen Friedrich | 612212a | 2008-04-12 05:22:35 +1000 | [diff] [blame] | 46 | help |
| 47 | OpenFirmware I2C accessors | ||||
| Grant Likely | 284b018 | 2008-05-16 11:37:09 -0600 | [diff] [blame] | 48 | |
| 49 | config OF_SPI | ||||
| 50 | def_tristate SPI | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 51 | depends on SPI && !SPARC |
| Grant Likely | 284b018 | 2008-05-16 11:37:09 -0600 | [diff] [blame] | 52 | help |
| 53 | OpenFirmware SPI accessors | ||||
| Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 54 | |
| 55 | config OF_MDIO | ||||
| 56 | def_tristate PHYLIB | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 57 | depends on PHYLIB |
| Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 58 | help |
| 59 | OpenFirmware MDIO bus (Ethernet PHY) accessors | ||||
| Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 60 | |
| 61 | endmenu # OF | ||||