
23 Feb
2016
23 Feb
'16
6:55 a.m.
This option has no meaning without OF_CONTROL, so add a dependency.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
dts/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/dts/Kconfig b/dts/Kconfig index fb2d79e..ba83d5f 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:
--
2.7.0.rc3.207.g0ac5344