diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-17 16:11:43 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:09:40 +0800 |
commit | 433650a2fc29523b765342fbd0374c5b16ffcc29 (patch) | |
tree | 7d3f20937a098cb4ad24341c10fd183e256e7f56 /configs/chromebox_panther_defconfig | |
parent | 4265abd4138d3c11e33d4ce377a08e2a7651a95a (diff) |
x86: Enable DM_USB for link and panther
Move these two boards to use driver model for USB.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig index c368cc06c45..17a94f8f1e9 100644 --- a/configs/chromebox_panther_defconfig +++ b/configs/chromebox_panther_defconfig @@ -29,6 +29,8 @@ CONFIG_SYS_NS16550=y CONFIG_ICH_SPI=y CONFIG_TIMER=y CONFIG_TPM_TIS_LPC=y +CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y |