]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/omap5/Kconfig
Convert CONFIG_SPL_I2C_SUPPORT to Kconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / Kconfig
index 129982cacac3f95a78e521a67430f478f2ccd3c1..5a15a5c5fa7a1cc8a88db859c1fa6e2e516b7664 100644 (file)
@@ -1,7 +1,20 @@
 if OMAP54XX
 
+config SPL_EXT_SUPPORT
+       default y
+
+config SPL_FAT_SUPPORT
+       default y
+
+config SPL_GPIO_SUPPORT
+       default y
+
+config SPL_I2C_SUPPORT
+       default y
+
 choice
        prompt "OMAP5 board select"
+       optional
 
 config TARGET_CM_T54
        bool "CompuLab CM-T54"
@@ -11,6 +24,12 @@ config TARGET_OMAP5_UEVM
 
 config TARGET_DRA7XX_EVM
        bool "TI DRA7XX"
+       select TI_I2C_BOARD_DETECT
+       select PHYS_64BIT
+
+config TARGET_AM57XX_EVM
+       bool "AM57XX"
+       select TI_I2C_BOARD_DETECT
 
 endchoice
 
@@ -20,5 +39,6 @@ config SYS_SOC
 source "board/compulab/cm_t54/Kconfig"
 source "board/ti/omap5_uevm/Kconfig"
 source "board/ti/dra7xx/Kconfig"
+source "board/ti/am57xx/Kconfig"
 
 endif