diff mbox

[U-Boot,v2,12/27] fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL

Message ID 1456206959-29115-13-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Feb. 23, 2016, 5:55 a.m. UTC
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(+)

Comments

Tom Rini March 15, 2016, 11:54 a.m. UTC | #1
On Mon, Feb 22, 2016 at 10:55:44PM -0700, Simon Glass wrote:

> This option has no meaning without OF_CONTROL, so add a dependency.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

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: