diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-27 22:25:55 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | b4f53e739ed38658fcbe11747aa3a393665e23ab (patch) | |
tree | f1807e1f57afaff774a1250931526ef295e56ee9 /configs/crownbay_defconfig | |
parent | e408c42189861b5ca18993e8fbb6975e67d4d442 (diff) | |
download | u-boot-imx-b4f53e739ed38658fcbe11747aa3a393665e23ab.zip u-boot-imx-b4f53e739ed38658fcbe11747aa3a393665e23ab.tar.gz u-boot-imx-b4f53e739ed38658fcbe11747aa3a393665e23ab.tar.bz2 |
x86: crownbay: Convert to use CONFIG_DM_USB
Move to driver model for USB on Intel Crown Bay.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/crownbay_defconfig')
-rw-r--r-- | configs/crownbay_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 4fc1827..6edd710 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -23,6 +23,8 @@ CONFIG_NETDEVICES=y CONFIG_E1000=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y +CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_DM_RTC=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_SYS_VSNPRINTF=y |