arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee
[platform/kernel/u-boot.git] / arch / arm / mach-imx / mx7 / Kconfig
index 5c6fe42..0cad825 100644 (file)
@@ -23,6 +23,14 @@ config SPL_TEXT_BASE
        depends on SPL
        default 0x00912000
 
+config OPTEE_TZDRAM_SIZE
+       hex "Amount of Trust-Zone RAM for the OPTEE image"
+       default 0x0000000
+       depends on OPTEE_LIB
+       help
+         The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE
+         runtime.
+
 choice
        prompt "MX7 board select"
        optional
@@ -70,6 +78,14 @@ config TARGET_PICO_IMX7D
        select SUPPORT_SPL
        imply CMD_DM
 
+config TARGET_SMEGW01
+       bool "smegw01"
+       select BOARD_LATE_INIT
+       select DM
+       select DM_THERMAL
+       select MX7D
+       imply CMD_DM
+
 config TARGET_WARP7
        bool "warp7"
        select BOARD_LATE_INIT
@@ -83,6 +99,7 @@ config TARGET_COLIBRI_IMX7
        select DM
        select DM_SERIAL
        select DM_THERMAL
+       select MX7D
        imply CMD_DM
 
 endchoice
@@ -94,6 +111,7 @@ source "board/compulab/cl-som-imx7/Kconfig"
 source "board/ronetix/imx7-cm/Kconfig"
 source "board/freescale/mx7dsabresd/Kconfig"
 source "board/novtech/meerkat96/Kconfig"
+source "board/storopack/smegw01/Kconfig"
 source "board/technexion/pico-imx7d/Kconfig"
 source "board/toradex/colibri_imx7/Kconfig"
 source "board/warp7/Kconfig"