dm: usb: exynos: Use driver model for USB

Convert Exynos boards over to use driver model for USB. This does not remove
any unnecessary code so far.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
Simon Glass 2015-03-25 12:22:56 -06:00
parent 52e6935774
commit 874dde8016
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ config DM_SPI_FLASH
config DM_GPIO
default y
config DM_USB
default y
source "board/samsung/smdkv310/Kconfig"
source "board/samsung/trats/Kconfig"
source "board/samsung/universal_c210/Kconfig"