From: Lokesh Vutla Date: Tue, 21 Feb 2017 06:10:43 +0000 (+0530) Subject: ARM: AM43xx: Enable DM_I2C/SPI/ETH X-Git-Tag: v2017.05-rc1~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a59845581c557bbc89881fad2d80544672d7b32;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig index 865a8d2..cf5d95a 100644 --- 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