diff options
| author | Bin Meng <[email protected]> | 2015-09-03 05:37:28 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-09-09 07:48:03 -0600 |
| commit | d43e816a7de96a0b6dbd6b524923defca55f5e52 (patch) | |
| tree | 6124601037b24d80e5bb055419b7b504086a0970 | |
| parent | b06862b9d8ea7046287ac84589210ef16a1afc0d (diff) | |
x86: galileo: Convert to use CONFIG_DM_USB
Move to driver model for USB on Intel Galileo.
Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
| -rw-r--r-- | configs/galileo_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 59306a96888..d05154ee0a6 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -16,5 +16,7 @@ CONFIG_NETDEVICES=y CONFIG_ETH_DESIGNWARE=y CONFIG_DM_PCI=y CONFIG_DM_RTC=y +CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_SYS_VSNPRINTF=y |
