commit | 08844eff1a2182048b4f69b0efd53ac3035c07cf | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jul 30 06:23:15 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 01 20:17:02 2017 +0800 |
tree | b8f2c970273b0e6514e20d0d23f7d5fd5217529f | |
parent | 1949a9a311951e3e5ab2404ccf275369d94fc655 [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index b062826..71dfeb3 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -89,6 +89,7 @@ select HAVE_PRIVATE_LIBGCC select USE_PRIVATE_LIBGCC select SUPPORT_OF_CONTROL + select OF_CONTROL select DM select DM_KEYBOARD select DM_SERIAL