]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-tegra/tegra124/Kconfig
ARM: rmobile: Add R8A77995 SoC
[u-boot] / arch / arm / mach-tegra / tegra124 / Kconfig
index ca96a263b768d68b5e5d23b45ee61cc13e1ba0fd..a07add68fd207b7a5fd0f2c8613ca31bc2f1696c 100644 (file)
@@ -4,6 +4,12 @@ choice
        prompt "Tegra124 board select"
        optional
 
+config TARGET_APALIS_TK1
+       bool "Toradex Apalis TK1 module"
+       select CPU_V7_HAS_NONSEC
+       select CPU_V7_HAS_VIRT
+       select ARCH_SUPPORT_PSCI
+
 config TARGET_JETSON_TK1
        bool "NVIDIA Tegra124 Jetson TK1 board"
        select BOARD_LATE_INIT
@@ -46,5 +52,6 @@ source "board/cei/cei-tk1-som/Kconfig"
 source "board/nvidia/jetson-tk1/Kconfig"
 source "board/nvidia/nyan-big/Kconfig"
 source "board/nvidia/venice2/Kconfig"
+source "board/toradex/apalis-tk1/Kconfig"
 
 endif