[U-Boot] [PATCH 11/16] dm: x86: board: Enable CONFIG_BOARD
Simon Glass
sjg at chromium.org
Sun Mar 19 18:59:30 UTC 2017
Enable this option so we can use board drivers.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/Kconfig b/arch/Kconfig
index f07070db18..2133a88c99 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -89,6 +89,8 @@ config X86
select CREATE_ARCH_SYMLINK
select HAVE_PRIVATE_LIBGCC
select SUPPORT_OF_CONTROL
+ select BOARD
+ select SPL_BOARD if SPL
select DM
select DM_KEYBOARD
select DM_SERIAL
--
2.12.0.367.g23dc2f6d3c-goog
More information about the U-Boot
mailing list