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 | 53a4209 | 2011-12-12 09:25:57 -0700 | [diff] [blame] | 10 | config OF_SELFTEST |
11 | bool "Device Tree Runtime self tests" | ||||
Rob Herring | f5ae18e | 2013-11-07 11:54:27 -0600 | [diff] [blame] | 12 | depends on OF_IRQ |
Grant Likely | 53a4209 | 2011-12-12 09:25:57 -0700 | [diff] [blame] | 13 | help |
14 | This option builds in test cases for the device tree infrastructure | ||||
Geert Uytterhoeven | 5d92708 | 2013-12-24 21:06:01 +0100 | [diff] [blame] | 15 | 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] | 16 | console. |
17 | |||||
18 | If unsure, say N here, but this option is safe to enable. | ||||
19 | |||||
Grant Likely | e169cfb | 2009-11-23 14:53:09 -0700 | [diff] [blame] | 20 | config OF_FLATTREE |
21 | bool | ||||
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 22 | select DTC |
Rob Herring | e6a6928 | 2014-04-02 15:10:14 -0500 | [diff] [blame] | 23 | select LIBFDT |
Grant Likely | e169cfb | 2009-11-23 14:53:09 -0700 | [diff] [blame] | 24 | |
Stephen Neuendorffer | e6ce132 | 2010-11-18 15:54:56 -0800 | [diff] [blame] | 25 | config OF_EARLY_FLATTREE |
26 | bool | ||||
27 | select OF_FLATTREE | ||||
28 | |||||
Andres Salomon | 3cfc535 | 2010-10-10 21:42:33 -0600 | [diff] [blame] | 29 | config OF_PROMTREE |
30 | bool | ||||
31 | |||||
Grant Likely | 0f22dd3 | 2012-02-15 20:38:40 -0700 | [diff] [blame] | 32 | # Hardly any platforms need this. It is safe to select, but only do so if you |
33 | # need it. | ||||
Grant Likely | fcdeb7f | 2010-01-29 05:04:33 -0700 | [diff] [blame] | 34 | config OF_DYNAMIC |
Grant Likely | 0f22dd3 | 2012-02-15 20:38:40 -0700 | [diff] [blame] | 35 | bool |
Grant Likely | fcdeb7f | 2010-01-29 05:04:33 -0700 | [diff] [blame] | 36 | |
Grant Likely | 6b884a8 | 2010-06-08 07:48:09 -0600 | [diff] [blame] | 37 | config OF_ADDRESS |
38 | def_bool y | ||||
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 39 | depends on !SPARC |
Gregory CLEMENT | 25a3157 | 2014-02-19 23:14:55 +0100 | [diff] [blame] | 40 | select OF_ADDRESS_PCI if PCI |
41 | |||||
42 | config OF_ADDRESS_PCI | ||||
43 | bool | ||||
Grant Likely | 6b884a8 | 2010-06-08 07:48:09 -0600 | [diff] [blame] | 44 | |
Grant Likely | e387344 | 2010-06-18 11:09:59 -0600 | [diff] [blame] | 45 | config OF_IRQ |
46 | def_bool y | ||||
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 47 | depends on !SPARC |
Grant Likely | e387344 | 2010-06-18 11:09:59 -0600 | [diff] [blame] | 48 | |
David Daney | 4b6ba8a | 2010-10-26 15:07:13 -0700 | [diff] [blame] | 49 | config OF_NET |
50 | depends on NETDEVICES | ||||
51 | def_bool y | ||||
52 | |||||
Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 53 | config OF_MDIO |
54 | def_tristate PHYLIB | ||||
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 55 | depends on PHYLIB |
Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 56 | help |
57 | OpenFirmware MDIO bus (Ethernet PHY) accessors | ||||
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 58 | |
Sebastian Andrzej Siewior | 04bea68 | 2011-01-24 09:58:55 +0530 | [diff] [blame] | 59 | config OF_PCI |
60 | def_tristate PCI | ||||
Benjamin Herrenschmidt | 98d9f30c8 | 2011-04-11 11:37:07 +1000 | [diff] [blame] | 61 | depends on PCI |
Sebastian Andrzej Siewior | 04bea68 | 2011-01-24 09:58:55 +0530 | [diff] [blame] | 62 | help |
63 | OpenFirmware PCI bus accessors | ||||
64 | |||||
Benjamin Herrenschmidt | 98d9f30c8 | 2011-04-11 11:37:07 +1000 | [diff] [blame] | 65 | config OF_PCI_IRQ |
66 | def_tristate PCI | ||||
67 | depends on OF_PCI && OF_IRQ | ||||
68 | help | ||||
69 | OpenFirmware PCI IRQ routing helpers | ||||
70 | |||||
Jean-Christophe PLAGNIOL-VILLARD | 770d7c3 | 2012-01-28 12:12:36 +0800 | [diff] [blame] | 71 | config OF_MTD |
72 | depends on MTD | ||||
73 | def_bool y | ||||
74 | |||||
Marek Szyprowski | 3f0c820 | 2014-02-28 14:42:48 +0100 | [diff] [blame] | 75 | config OF_RESERVED_MEM |
76 | depends on OF_EARLY_FLATTREE | ||||
77 | bool | ||||
78 | help | ||||
79 | Helpers to allow for reservation of memory regions | ||||
80 | |||||
Grant Likely | 5ab5fc7 | 2010-07-05 12:02:13 -0600 | [diff] [blame] | 81 | endmenu # OF |