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 | |
Andres Salomon | 3cfc535 | 2010-10-10 21:42:33 -0600 | [diff] [blame] | 7 | menu "Device Tree and Open Firmware support" |
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 8 | depends on OF |
| 9 | |
Grant Likely | 19fd748 | 2014-11-04 13:24:45 +0000 | [diff] [blame] | 10 | config OF_UNITTEST |
| 11 | bool "Device Tree runtime unit tests" |
Gaurav Minocha | 32147e9 | 2014-07-25 19:57:38 -0700 | [diff] [blame] | 12 | depends on OF_IRQ && OF_EARLY_FLATTREE |
Grant Likely | 2eb46da | 2014-10-02 14:36:46 +0100 | [diff] [blame] | 13 | select OF_RESOLVE |
Grant Likely | 53a4209 | 2011-12-12 09:25:57 -0700 | [diff] [blame] | 14 | help |
| 15 | This option builds in test cases for the device tree infrastructure |
Geert Uytterhoeven | 5d92708 | 2013-12-24 21:06:01 +0100 | [diff] [blame] | 16 | that are executed once at boot time, and the results dumped to the |
Grant Likely | 53a4209 | 2011-12-12 09:25:57 -0700 | [diff] [blame] | 17 | console. |
| 18 | |
| 19 | If unsure, say N here, but this option is safe to enable. |
| 20 | |
Grant Likely | e169cfb | 2009-11-23 14:53:09 -0700 | [diff] [blame] | 21 | config OF_FLATTREE |
| 22 | bool |
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 23 | select DTC |
Rob Herring | e6a6928 | 2014-04-02 15:10:14 -0500 | [diff] [blame] | 24 | select LIBFDT |
Ard Biesheuvel | 08d53aa | 2014-11-14 18:05:35 +0100 | [diff] [blame] | 25 | select CRC32 |
Grant Likely | e169cfb | 2009-11-23 14:53:09 -0700 | [diff] [blame] | 26 | |
Stephen Neuendorffer | e6ce132 | 2010-11-18 15:54:56 -0800 | [diff] [blame] | 27 | config OF_EARLY_FLATTREE |
| 28 | bool |
| 29 | select OF_FLATTREE |
| 30 | |
Andres Salomon | 3cfc535 | 2010-10-10 21:42:33 -0600 | [diff] [blame] | 31 | config OF_PROMTREE |
| 32 | bool |
| 33 | |
Grant Likely | 0f22dd3 | 2012-02-15 20:38:40 -0700 | [diff] [blame] | 34 | # Hardly any platforms need this. It is safe to select, but only do so if you |
| 35 | # need it. |
Grant Likely | fcdeb7f | 2010-01-29 05:04:33 -0700 | [diff] [blame] | 36 | config OF_DYNAMIC |
Grant Likely | 0f22dd3 | 2012-02-15 20:38:40 -0700 | [diff] [blame] | 37 | bool |
Grant Likely | fcdeb7f | 2010-01-29 05:04:33 -0700 | [diff] [blame] | 38 | |
Grant Likely | 6b884a8 | 2010-06-08 07:48:09 -0600 | [diff] [blame] | 39 | config OF_ADDRESS |
| 40 | def_bool y |
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 41 | depends on !SPARC |
Gregory CLEMENT | 25a3157 | 2014-02-19 23:14:55 +0100 | [diff] [blame] | 42 | select OF_ADDRESS_PCI if PCI |
| 43 | |
| 44 | config OF_ADDRESS_PCI |
| 45 | bool |
Grant Likely | 6b884a8 | 2010-06-08 07:48:09 -0600 | [diff] [blame] | 46 | |
Grant Likely | e387344 | 2010-06-18 11:09:59 -0600 | [diff] [blame] | 47 | config OF_IRQ |
| 48 | def_bool y |
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 49 | depends on !SPARC |
Grant Likely | e387344 | 2010-06-18 11:09:59 -0600 | [diff] [blame] | 50 | |
David Daney | 4b6ba8a | 2010-10-26 15:07:13 -0700 | [diff] [blame] | 51 | config OF_NET |
| 52 | depends on NETDEVICES |
| 53 | def_bool y |
| 54 | |
Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 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 | |
Sebastian Andrzej Siewior | 04bea68 | 2011-01-24 09:58:55 +0530 | [diff] [blame] | 61 | config OF_PCI |
| 62 | def_tristate PCI |
Benjamin Herrenschmidt | 98d9f30c8 | 2011-04-11 11:37:07 +1000 | [diff] [blame] | 63 | depends on PCI |
Sebastian Andrzej Siewior | 04bea68 | 2011-01-24 09:58:55 +0530 | [diff] [blame] | 64 | help |
| 65 | OpenFirmware PCI bus accessors |
| 66 | |
Benjamin Herrenschmidt | 98d9f30c8 | 2011-04-11 11:37:07 +1000 | [diff] [blame] | 67 | config OF_PCI_IRQ |
| 68 | def_tristate PCI |
| 69 | depends on OF_PCI && OF_IRQ |
| 70 | help |
| 71 | OpenFirmware PCI IRQ routing helpers |
| 72 | |
Jean-Christophe PLAGNIOL-VILLARD | 770d7c3 | 2012-01-28 12:12:36 +0800 | [diff] [blame] | 73 | config OF_MTD |
| 74 | depends on MTD |
| 75 | def_bool y |
| 76 | |
Marek Szyprowski | 3f0c820 | 2014-02-28 14:42:48 +0100 | [diff] [blame] | 77 | config OF_RESERVED_MEM |
| 78 | depends on OF_EARLY_FLATTREE |
| 79 | bool |
| 80 | help |
| 81 | Helpers to allow for reservation of memory regions |
| 82 | |
Pantelis Antoniou | 7941b27 | 2014-07-04 19:59:20 +0300 | [diff] [blame] | 83 | config OF_RESOLVE |
| 84 | bool |
| 85 | |
Pantelis Antoniou | 7518b589 | 2014-10-28 22:35:58 +0200 | [diff] [blame] | 86 | config OF_OVERLAY |
Matwey V. Kornilov | 5c77606 | 2015-02-15 18:22:47 +0300 | [diff] [blame] | 87 | bool "Device Tree overlays" |
Pantelis Antoniou | 7518b589 | 2014-10-28 22:35:58 +0200 | [diff] [blame] | 88 | select OF_DYNAMIC |
Pantelis Antoniou | 7518b589 | 2014-10-28 22:35:58 +0200 | [diff] [blame] | 89 | select OF_RESOLVE |
| 90 | |
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 91 | endmenu # OF |