]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx6/Kconfig
karo: tx6: add support for TX6Q-8037 (i.MX6QP)
[karo-tx-uboot.git] / board / karo / tx6 / Kconfig
index 51898a379e02e76ed4d205d3f1c1eee1145cefe9..fbf1d2ad6fa45a1eed31d8d4ce93d7502f3d2f7c 100644 (file)
@@ -56,6 +56,9 @@ config TX6UL
        select SOC_MX6UL
        select SYS_SDRAM_BUS_WIDTH_16
 
+config TX6QP
+       bool
+
 #
 # variables selected depending on module variant
 #
@@ -68,6 +71,9 @@ config SYS_SDRAM_BUS_WIDTH_16
 config SYS_SDRAM_BUS_WIDTH_32
        bool
 
+config SYS_SDRAM_CHIP_SIZE
+       int "SDRAM chip size in MiB"
+
 choice
        prompt "TX6 module variant"
 
@@ -163,6 +169,14 @@ config TARGET_TX6UL_0011
        select TX6UL
        select TX6_EMMC
 
+config TARGET_TX6QP_8037
+       bool "TX6QP-8037"
+       select SOC_MX6Q
+       select SYS_I2C
+       select SYS_I2C_MXC
+       select TX6_EMMC
+       select TX6QP
+
 endchoice
 
 choice