summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2014-09-05 10:18:38 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-09 12:53:22 +0200
commit8fd521116cffe82b2454c294bbcb579592367729 (patch)
tree0b54635349ee2ecb48e43c6df7cdc8ca2dc26e2c /configs
parent742de9076e8a8f44b77794b43e6175d86b897996 (diff)
arm: tegra: initial support for apalis t30
This patch adds board support for the Toradex Apalis T30 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 (once Thierry's PCIe as well as my E1000 resp. i210 fixes hit mainline) - MMC/SD cards (both 8-bit as well as 4-bit slot) - 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.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> (cherry picked from commit 90a565acf3a18c61170ec0e0b2046c98cb7ecc85)
Diffstat (limited to 'configs')
-rw-r--r--configs/apalis_t30_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig
new file mode 100644
index 0000000000..24d637f11d
--- /dev/null
+++ b/configs/apalis_t30_defconfig
@@ -0,0 +1,4 @@
++S:CONFIG_ARM=y
++S:CONFIG_TEGRA=y
++S:CONFIG_TEGRA30=y
++S:CONFIG_TARGET_APALIS_T30=y