]> 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 bfa264eccc5786be60ada5a3294a229e49e035b6..5a15a5c5fa7a1cc8a88db859c1fa6e2e516b7664 100644 (file)
@@ -1,5 +1,17 @@
 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
@@ -12,9 +24,12 @@ config TARGET_OMAP5_UEVM
 
 config TARGET_DRA7XX_EVM
        bool "TI DRA7XX"
+       select TI_I2C_BOARD_DETECT
+       select PHYS_64BIT
 
-config TARGET_BEAGLE_X15
-       bool "BeagleBoard X15"
+config TARGET_AM57XX_EVM
+       bool "AM57XX"
+       select TI_I2C_BOARD_DETECT
 
 endchoice