projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafc429
)
ARM: am3517_evm: Enable DM_SPI and DM_USB
author
Adam Ford
<aford173@gmail.com>
Wed, 23 Jan 2019 14:32:19 +0000
(08:32 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 1 Feb 2019 14:14:21 +0000
(09:14 -0500)
To comply with pending requirements, this sets the flags to
enable DM_SPI and DM_USB.
Signed-off-by: Adam Ford <aford173@gmail.com>
configs/am3517_evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/am3517_evm_defconfig
b/configs/am3517_evm_defconfig
index 67eb512e2f454bd5a274afa7b379b59571bf5984..7a74e9e90d7360b5ffef1194f3d887c1f4d351da 100644
(file)
--- 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