diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-27 15:47:22 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:42:42 -0600 |
commit | ca4435ef28d13371c31b98cfd41fb8fa28aeabc9 (patch) | |
tree | 7b7a0289f6b783137311e32095d7ef2f45011d6f /configs/chromebox_panther_defconfig | |
parent | 3f416f336e0d87519217777a460516c5cc1310e3 (diff) | |
download | u-boot-ca4435ef28d13371c31b98cfd41fb8fa28aeabc9.tar.gz |
x86: Move Chrome OS options to defconfig
Drop these from the header file and use Kconfig instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebox_panther_defconfig')
-rw-r--r-- | configs/chromebox_panther_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig index 340510f71a..e82c8ecf64 100644 --- a/configs/chromebox_panther_defconfig +++ b/configs/chromebox_panther_defconfig @@ -14,6 +14,9 @@ CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_CONTROL=y CONFIG_DM_PCI=y CONFIG_SPI_FLASH=y +CONFIG_CMD_CROS_EC=y +CONFIG_CROS_EC=y +CONFIG_CROS_EC_LPC=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y |