summaryrefslogtreecommitdiffstats
path: root/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-22 22:55:44 -0700
committerTom Rini <trini@konsulko.com>2016-03-14 19:18:25 -0400
commit70d41093c5d6d378a8e750d1829063890a3c7ca5 (patch)
treefe1eb6b1e3e4c983ba4d3991f3732e45291c9eca /dts
parent73223f0e1bd0e37925ae1b7f21b51733145571dc (diff)
downloadtalos-obmc-uboot-70d41093c5d6d378a8e750d1829063890a3c7ca5.tar.gz
talos-obmc-uboot-70d41093c5d6d378a8e750d1829063890a3c7ca5.zip
fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL
This option has no meaning without OF_CONTROL, so add a dependency. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index d639be9a07..df068a1f93 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -53,6 +53,7 @@ endchoice
config DEFAULT_DEVICE_TREE
string "Default Device Tree for DT control"
+ depends on OF_CONTROL
help
This option specifies the default Device Tree used for DT control.
It can be overridden from the command line:
OpenPOWER on IntegriCloud