diff options
author | Bin Meng | 2017-07-30 06:23:15 -0700 |
---|---|---|
committer | Bin Meng | 2017-08-01 20:17:02 +0800 |
commit | 263252c762c43fd968c924dfd6e1c3db930a35a2 (patch) | |
tree | b8f2c970273b0e6514e20d0d23f7d5fd5217529f /configs/galileo_defconfig | |
parent | 67f99f970f2bc1fae6aece1669b8b8bcb504cff1 (diff) |
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 'configs/galileo_defconfig')
-rw-r--r-- | configs/galileo_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index e8b11e425e7..948b8dfb15d 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -35,7 +35,6 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_MAC_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y -CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_REGMAP=y CONFIG_SYSCON=y |