]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 18:51:35 +0000 (11:51 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:45 +0000 (13:50 +0200)
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

index 132123bcaf1c8da5c2e029508dc3a60dca2e2531..3d419bca3e3392a857700b25c8ad57d95c567f50 100644 (file)
@@ -40,6 +40,7 @@ config OPENRISC
 config PPC
        bool "PowerPC architecture"
        select HAVE_PRIVATE_LIBGCC
+       select SUPPORT_OF_CONTROL
 
 config SANDBOX
        bool "Sandbox"