projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb1297
)
ARM: AM43xx: Enable DM_I2C/SPI/ETH
author
Lokesh Vutla
<lokeshvutla@ti.com>
Tue, 21 Feb 2017 06:10:43 +0000
(11:40 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 21 Mar 2017 11:16:11 +0000
(07:16 -0400)
Enable DM_I2C/SPI/ETH for all AM43XX based boards.
Enable it using imply keyword so that a user can
disable this when not needed.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-omap2/am33xx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/am33xx/Kconfig
b/arch/arm/mach-omap2/am33xx/Kconfig
index 865a8d2d04ac4c4f4288e11f42bf35ca4bb2a3b3..cf5d95a26d028e524208b994e97153a9d4f00187 100644
(file)
--- a/
arch/arm/mach-omap2/am33xx/Kconfig
+++ b/
arch/arm/mach-omap2/am33xx/Kconfig
@@
-119,6
+119,11
@@
config TARGET_AM43XX_EVM
bool "Support am43xx_evm"
select BOARD_LATE_INIT
select TI_I2C_BOARD_DETECT
+ imply DM_ETH
+ imply DM_I2C
+ imply DM_SPI
+ imply DM_SPI_FLASH
+ imply SPI_FLASH_BAR
imply SPL_ENV_SUPPORT
imply SPL_EXT_SUPPORT
imply SPL_FAT_SUPPORT