summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra124/Kconfig
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-02-16 16:07:51 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:41:26 +0100
commit966dde731bc0c175f57988e7007c37b176bd8d56 (patch)
tree0c58835a8dcbce9c5de6e9c7df50f815e5d74e1d /arch/arm/mach-tegra/tegra124/Kconfig
parent1d1823d29104e262d05e69b5fa5c18862088f46d (diff)
arm: tegra: initial support for apalis tk1
This patch adds board support for the Toradex Apalis TK1 a computer on module which can be used on different carrier boards. For the sake of ease of use we do not distinguish between different carrier boards for now as the base module features are deemed sufficient enough for regular booting. The following functionality is working so far: - eMMC boot and environment storage - Gigabit Ethernet (link detection still rather flaky) - MMC/SD cards (both MMC1 as well as SD1 slot however the later one without card detect) - USB client/host (dual role port as client e.g. for DFU/UMS, other two ports as host) Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra124/Kconfig')
-rw-r--r--arch/arm/mach-tegra/tegra124/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra124/Kconfig b/arch/arm/mach-tegra/tegra124/Kconfig
index 88f627c932..64341d7b59 100644
--- a/arch/arm/mach-tegra/tegra124/Kconfig
+++ b/arch/arm/mach-tegra/tegra124/Kconfig
@@ -3,6 +3,9 @@ if TEGRA124
choice
prompt "Tegra124 board select"
+config TARGET_APALIS_TK1
+ bool "Toradex Apalis TK1 board"
+
config TARGET_JETSON_TK1
bool "NVIDIA Tegra124 Jetson TK1 board"
@@ -23,6 +26,7 @@ endchoice
config SYS_SOC
default "tegra124"
+source "board/toradex/apalis_tk1/Kconfig"
source "board/nvidia/jetson-tk1/Kconfig"
source "board/nvidia/nyan-big/Kconfig"
source "board/nvidia/venice2/Kconfig"