]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/omap5/Kconfig
Convert CONFIG_SPL_FAT_SUPPORT to Kconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / Kconfig
index bfa264eccc5786be60ada5a3294a229e49e035b6..e367828ca69afce48bddc5641eb9b293bb50e7ec 100644 (file)
@@ -1,5 +1,11 @@
 if OMAP54XX
 
+config SPL_EXT_SUPPORT
+       default y
+
+config SPL_FAT_SUPPORT
+       default y
+
 choice
        prompt "OMAP5 board select"
        optional
@@ -12,9 +18,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