]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/mx6/Kconfig
imx: mx6sll: add Kconfig entry for i.MX6SLL
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
index 32405c6fe43e0e1bed649a94f8a35437c86112f8..ba33d4cc56961aa858e216a60169191ed7be56a7 100644 (file)
@@ -26,6 +26,10 @@ config MX6SX
        select ROM_UNIFIED_SECTIONS
        bool
 
+config MX6SLL
+       select ROM_UNIFIED_SECTIONS
+       bool
+
 config MX6UL
        select SYS_L2CACHE_OFF
        select ROM_UNIFIED_SECTIONS
@@ -35,6 +39,14 @@ config MX6ULL
        bool
        select MX6UL
 
+config MX6_DDRCAL
+       bool "Include dynamic DDR calibration routines"
+       depends on SPL
+       default n
+       help
+         Say "Y" if your board uses dynamic (per-boot) DDR calibration.
+         If unsure, say N.
+
 choice
        prompt "MX6 board select"
        optional
@@ -43,6 +55,13 @@ config TARGET_ADVANTECH_DMS_BA16
        bool "Advantech dms-ba16"
        select MX6Q
 
+config TARGET_APALIS_IMX6
+       bool "Toradex Apalis iMX6 board"
+       select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_THERMAL
+
 config TARGET_ARISTAINETOS
        bool "aristainetos"
 
@@ -65,6 +84,13 @@ config TARGET_CM_FX6
        select DM_SERIAL
        select DM_GPIO
 
+config TARGET_COLIBRI_IMX6
+       bool "Toradex Colibri iMX6 board"
+       select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_THERMAL
+
 config TARGET_EMBESTMX6BOARDS
        bool "embestmx6boards"
 
@@ -95,6 +121,16 @@ config TARGET_MX6CUBOXI
 config TARGET_MX6QARM2
        bool "mx6qarm2"
 
+config TARGET_MX6Q_ICORE
+       bool "Support Engicam i.Core"
+       select MX6QDL
+       select OF_CONTROL
+       select DM
+       select DM_GPIO
+       select DM_MMC
+       select DM_THERMAL
+       select SUPPORT_SPL
+
 config TARGET_MX6QSABREAUTO
        bool "mx6qsabreauto"
        select DM
@@ -137,6 +173,12 @@ config TARGET_MX6UL_14X14_EVK
        select DM_THERMAL
        select SUPPORT_SPL
 
+config TARGET_MX6ULL_14X14_EVK
+       bool "Support mx6ull_14x14_evk"
+       select MX6ULL
+       select DM
+       select DM_THERMAL
+
 config TARGET_NITROGEN6X
        bool "nitrogen6x"
 
@@ -148,6 +190,10 @@ config TARGET_PICO_IMX6UL
        bool "PICO-IMX6UL-EMMC"
        select MX6UL
 
+config TARGET_LITEBOARD
+       bool "Grinn liteBoard (i.MX6UL)"
+       select LITESOM
+
 config TARGET_PLATINUM_PICON
        bool "platinum-picon"
        select SUPPORT_SPL
@@ -176,6 +222,19 @@ config TARGET_UDOO
        bool "udoo"
        select SUPPORT_SPL
 
+config TARGET_UDOO_NEO
+       bool "UDOO Neo"
+       select SUPPORT_SPL
+       select MX6SX
+       select DM
+       select DM_THERMAL
+
+config TARGET_SAMTEC_VINING_2000
+       bool "samtec VIN|ING 2000"
+       select MX6SX
+       select DM
+       select DM_THERMAL
+
 config TARGET_WANDBOARD
        bool "wandboard"
        select SUPPORT_SPL
@@ -219,6 +278,7 @@ source "board/compulab/cm_fx6/Kconfig"
 source "board/congatec/cgtqmx6eval/Kconfig"
 source "board/el/el6x/Kconfig"
 source "board/embest/mx6boards/Kconfig"
+source "board/engicam/icorem6/Kconfig"
 source "board/freescale/mx6qarm2/Kconfig"
 source "board/freescale/mx6qsabreauto/Kconfig"
 source "board/freescale/mx6sabresd/Kconfig"
@@ -226,15 +286,21 @@ source "board/freescale/mx6slevk/Kconfig"
 source "board/freescale/mx6sxsabresd/Kconfig"
 source "board/freescale/mx6sxsabreauto/Kconfig"
 source "board/freescale/mx6ul_14x14_evk/Kconfig"
+source "board/freescale/mx6ullevk/Kconfig"
+source "board/grinn/liteboard/Kconfig"
 source "board/phytec/pcm058/Kconfig"
 source "board/gateworks/gw_ventana/Kconfig"
 source "board/kosagi/novena/Kconfig"
+source "board/samtec/vining_2000/Kconfig"
 source "board/seco/Kconfig"
 source "board/solidrun/mx6cuboxi/Kconfig"
 source "board/technexion/pico-imx6ul/Kconfig"
 source "board/tbs/tbs2910/Kconfig"
 source "board/tqc/tqma6/Kconfig"
+source "board/toradex/apalis_imx6/Kconfig"
+source "board/toradex/colibri_imx6/Kconfig"
 source "board/udoo/Kconfig"
+source "board/udoo/neo/Kconfig"
 source "board/wandboard/Kconfig"
 source "board/warp/Kconfig"