diff mbox

[U-Boot,02/19] powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)

Message ID 1418653194-16873-3-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Stefan Roese
Headers show

Commit Message

Simon Glass Dec. 15, 2014, 2:19 p.m. UTC
Enable this in the Kconfig so that PowerPC boards can use device tree to
configure U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index f63cc5a..67e99e9 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -39,6 +39,7 @@  config OPENRISC
 config PPC
 	bool "PowerPC architecture"
 	select HAVE_PRIVATE_LIBGCC
+	select SUPPORT_OF_CONTROL
 
 config SANDBOX
 	bool "Sandbox"