summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-09-04 13:18:00 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 07:28:37 +0800
commita03377b62f7f8546b1c489319879cad1a3c77138 (patch)
tree2d9eb0cdee7677ce6d4a841a1be6114429aee915 /arch
parent25ea1661128959c08f546b6497598fcc16e603c4 (diff)
downloadtalos-obmc-uboot-a03377b62f7f8546b1c489319879cad1a3c77138.tar.gz
talos-obmc-uboot-a03377b62f7f8546b1c489319879cad1a3c77138.zip
nios2: permit device tree control of U-Boot
Enable this in the Kconfig so that nios2 boards can use device tree to configure U-Boot. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 4f738195d8..207c778d13 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -63,6 +63,7 @@ config NIOS2
bool "Nios II architecture"
select HAVE_GENERIC_BOARD
select SYS_GENERIC_BOARD
+ select SUPPORT_OF_CONTROL
config OPENRISC
bool "OpenRISC architecture"
OpenPOWER on IntegriCloud