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>
This commit is contained in:
parent
74d0186766
commit
c1c615735f
|
|
@ -40,6 +40,7 @@ config OPENRISC
|
||||||
config PPC
|
config PPC
|
||||||
bool "PowerPC architecture"
|
bool "PowerPC architecture"
|
||||||
select HAVE_PRIVATE_LIBGCC
|
select HAVE_PRIVATE_LIBGCC
|
||||||
|
select SUPPORT_OF_CONTROL
|
||||||
|
|
||||||
config SANDBOX
|
config SANDBOX
|
||||||
bool "Sandbox"
|
bool "Sandbox"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue