diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 06:23:15 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | 263252c762c43fd968c924dfd6e1c3db930a35a2 (patch) | |
tree | b8f2c970273b0e6514e20d0d23f7d5fd5217529f /configs/chromebox_panther_defconfig | |
parent | 67f99f970f2bc1fae6aece1669b8b8bcb504cff1 (diff) | |
download | u-boot-263252c762c43fd968c924dfd6e1c3db930a35a2.tar.gz |
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/chromebox_panther_defconfig')
-rw-r--r-- | configs/chromebox_panther_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig index 6cc2953add..240fad5f1d 100644 --- a/configs/chromebox_panther_defconfig +++ b/configs/chromebox_panther_defconfig @@ -33,7 +33,6 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_MAC_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y -CONFIG_OF_CONTROL=y CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_SCSI=y |