summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-07-30 13:23:15 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-08-01 12:17:02 (GMT)
commit263252c762c43fd968c924dfd6e1c3db930a35a2 (patch)
treeb8f2c970273b0e6514e20d0d23f7d5fd5217529f /arch/Kconfig
parent67f99f970f2bc1fae6aece1669b8b8bcb504cff1 (diff)
downloadu-boot-fsl-qoriq-263252c762c43fd968c924dfd6e1c3db930a35a2.tar.xz
x86: kconfig: Select OF_CONTROL
This is a must have for all x86 boards. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index b062826..71dfeb3 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -89,6 +89,7 @@ config X86
select HAVE_PRIVATE_LIBGCC
select USE_PRIVATE_LIBGCC
select SUPPORT_OF_CONTROL
+ select OF_CONTROL
select DM
select DM_KEYBOARD
select DM_SERIAL