]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-omap2/omap3/Kconfig
mx6: Support SKS-Kinkel sksimx6 Board
[u-boot] / arch / arm / mach-omap2 / omap3 / Kconfig
index b90cadef8f10c90dfbd813285153ccb54f64b205..6d714f6cdb2ce23aa71103df3d34c93d83541871 100644 (file)
@@ -22,6 +22,11 @@ choice
 
 config TARGET_AM3517_EVM
        bool "AM3517 EVM"
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
+       select DM_I2C
+       select DM_MMC
 
 config TARGET_MT_VENTOUX
        bool "TeeJet Mt.Ventoux"
@@ -56,6 +61,10 @@ config TARGET_DEVKIT8000
 
 config TARGET_OMAP3_EVM
        bool "TI OMAP3 EVM"
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
+       select OMAP3_GPIO_3
 
 config TARGET_OMAP3_IGEP00X0
        bool "IGEP"
@@ -111,6 +120,7 @@ config TARGET_OMAP3_LOGIC
        select DM
        select DM_SERIAL
        select DM_GPIO
+       select OMAP3_GPIO_3
        select OMAP3_GPIO_4
        select OMAP3_GPIO_6
 
@@ -149,6 +159,21 @@ config TARGET_SNIPER
 
 endchoice
 
+choice
+       prompt "Memory Controller"
+       default SDRC
+
+config SDRC
+       bool "SDRC controller"
+       help
+         The default memory controller on most OMAP3 boards is SDRC.
+
+config EMIF4
+       bool "EMIF4 controller"
+       help
+         Enable this on boards like AM3517 which use EMIF4 controller
+endchoice
+
 config SPL_OMAP3_ID_NAND
        bool "Support OMAP3-specific ID and MFR function"
        help