Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / omap4 / Kconfig
index 49adb8e..e83ef2e 100644 (file)
@@ -1,5 +1,26 @@
 if OMAP44XX
 
+config SPL_EXT_SUPPORT
+       default y
+
+config SPL_FAT_SUPPORT
+       default y
+
+config SPL_GPIO_SUPPORT
+       default y
+
+config SPL_I2C_SUPPORT
+       default y
+
+config SPL_LIBCOMMON_SUPPORT
+       default y
+
+config SPL_LIBDISK_SUPPORT
+       default y
+
+config SPL_LIBGENERIC_SUPPORT
+       default y
+
 choice
        prompt "OMAP4 board select"
        optional