summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-07 11:51:35 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:30 -0700
commitc1c615735f5f3348a9df0623e366c7182506aebd (patch)
tree3d2cd3c1c95fbd46a8005ca23c22241aedf6604e /arch/Kconfig
parent74d0186766a3899d3838286dcdb40fd6bdcbd49a (diff)
downloadtalos-obmc-uboot-c1c615735f5f3348a9df0623e366c7182506aebd.tar.gz
talos-obmc-uboot-c1c615735f5f3348a9df0623e366c7182506aebd.zip
powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)
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>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 132123bcaf..3d419bca3e 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -40,6 +40,7 @@ config OPENRISC
config PPC
bool "PowerPC architecture"
select HAVE_PRIVATE_LIBGCC
+ select SUPPORT_OF_CONTROL
config SANDBOX
bool "Sandbox"
OpenPOWER on IntegriCloud