diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-22 22:55:44 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 19:18:25 -0400 |
commit | 70d41093c5d6d378a8e750d1829063890a3c7ca5 (patch) | |
tree | fe1eb6b1e3e4c983ba4d3991f3732e45291c9eca /dts | |
parent | 73223f0e1bd0e37925ae1b7f21b51733145571dc (diff) | |
download | u-boot-70d41093c5d6d378a8e750d1829063890a3c7ca5.tar.gz |
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/Kconfig | 1 |
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: |