summaryrefslogtreecommitdiff
path: root/configs/am3517_evm_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-01-23 08:32:19 -0600
committerTom Rini <trini@konsulko.com>2019-02-01 09:14:21 -0500
commitc97ae7be801e6c62957614c3937053ed9482f175 (patch)
treee973327b404e0cac7949656c6b6e0bcff94cba7e /configs/am3517_evm_defconfig
parentcafc429fa86eea9feaf75847041dc641a54413c7 (diff)
ARM: am3517_evm: Enable DM_SPI and DM_USB
To comply with pending requirements, this sets the flags to enable DM_SPI and DM_USB. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/am3517_evm_defconfig')
-rw-r--r--configs/am3517_evm_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index 67eb512e2f..7a74e9e90d 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -49,7 +49,11 @@ CONFIG_PINCTRL_SINGLE=y
# CONFIG_TWL4030_POWER is not set
CONFIG_CONS_INDEX=3
CONFIG_SPI=y
+CONFIG_DM_SPI=y
+CONFIG_OMAP3_SPI=y
CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_EHCI_HCD=y
CONFIG_USB_MUSB_HOST=y
CONFIG_USB_MUSB_AM35X=y
CONFIG_BCH=y