From: Adam Ford Date: Wed, 23 Jan 2019 14:32:19 +0000 (-0600) Subject: ARM: am3517_evm: Enable DM_SPI and DM_USB X-Git-Tag: v2019.04-rc1~10^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c97ae7be801e6c62957614c3937053ed9482f175;p=oweals%2Fu-boot.git 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 --- 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