From: Simon Glass Date: Sun, 17 Jan 2016 23:11:43 +0000 (-0700) Subject: x86: Enable DM_USB for link and panther X-Git-Tag: v2016.03-rc1~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=433650a2fc29523b765342fbd0374c5b16ffcc29;p=u-boot x86: Enable DM_USB for link and panther Move these two boards to use driver model for USB. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index bcb34f509d..0aee2e52b2 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -37,6 +37,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 diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig index c368cc06c4..17a94f8f1e 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