mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
ARM: AM43xx: Enable DM_I2C/SPI/ETH
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>
This commit is contained in:
parent
edb1297cc5
commit
6a59845581
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue