diff options
author | Thomas Chou | 2015-09-04 13:18:00 +0800 |
---|---|---|
committer | Thomas Chou | 2015-10-23 07:28:37 +0800 |
commit | a03377b62f7f8546b1c489319879cad1a3c77138 (patch) | |
tree | 2d9eb0cdee7677ce6d4a841a1be6114429aee915 /arch/Kconfig | |
parent | 25ea1661128959c08f546b6497598fcc16e603c4 (diff) |
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/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 4f738195d85..207c778d13c 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" |