]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: kconfig: update TX53 Kconfig
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 12 Jun 2015 11:19:05 +0000 (13:19 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Jun 2015 12:39:43 +0000 (14:39 +0200)
board/karo/tx53/Kconfig

index 3e6670f5f3b146a817d66be6784196774fda782f..2c30f58cc10ca393b2759d25b8a4e2dee1f76745 100644 (file)
@@ -12,18 +12,6 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "tx53"
 
-config CMD_ROMUPDATE
-       bool
-
-config MX5
-       bool
-
-config MX53
-       bool
-       default y
-       select CPU_V7
-       select MX5
-
 config TX53
        bool
        default y
@@ -35,6 +23,7 @@ config TX53
        select CMD_I2C if I2C
        select CMD_MEMINFO
        select CMD_MEMTEST
+       select CMD_MMC
        select CMD_NAND
        select CMD_NAND_TRIMFFS
        select CMD_ROMUPDATE
@@ -44,15 +33,17 @@ config TX53
        select FDT_FIXUP_PARTITIONS if OF_LIBFDT
        select GET_FEC_MAC_ADDR_FROM_IIM
        select IMX_WATCHDOG
+       select LIB_RAND
+       select MMC
        select MTD_PARTITIONS
        select MTD_DEVICE
-       select MX53
        select NAND
        select NAND_MXC
        select OF_LIBFDT
        select OF_BOARD_SETUP
        select PHYLIB
        select PHY_SMSC
+       select SOC_MX53
        select SYS_I2C
        select SYS_I2C_MXC
        select SYS_NAND_USE_FLASH_BBT if NAND_MXC
@@ -64,10 +55,6 @@ config TX53
 config SYS_LVDS_IF
        bool
 
-config NR_DRAM_BANKS
-       int
-       default 1
-
 choice
        prompt "TX53 module variant"
 
@@ -75,16 +62,23 @@ config TARGET_TX53_X030
        bool "TX53-8030 and TX53-1030"
 
 config TARGET_TX53_X130
-       bool "TX53-8030 and TX53-1030"
+       bool "TX53-8130 and TX53-1330"
+       select SYS_LVDS_IF
 
 config TARGET_TX53_X131
-       bool "TX53-8131 and TX53-1131"
+       bool "TX53-8131 and TX53-1331"
+       select SYS_LVDS_IF
 
 config TARGET_TX53_1232
-       bool "TX53-1232
+       bool "TX53-1232"
 
 endchoice
 
+config NR_DRAM_BANKS
+       int
+       default 2 if TARGET_TX53_1232 || TARGET_TX53_X131
+       default 1
+
 choice
        prompt "U-Boot image variant"
 
@@ -93,6 +87,7 @@ config TX53_UBOOT
 
 config TX53_UBOOT_NOENV
        bool "U-Boot using only built-in environment"
+       select ENV_IS_NOWHERE
 
 endchoice