TPL: TM2: kconfig: Initial kconfig support for Samsung Exynos5433 TM2 board
authorLukasz Majewski <l.majewski@samsung.com>
Thu, 12 May 2016 10:38:22 +0000 (12:38 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 18 May 2016 06:32:11 +0000 (15:32 +0900)
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
arch/arm/Kconfig
board/samsung/tm2/Kconfig [new file with mode: 0644]
board/samsung/tm2/Makefile [new file with mode: 0644]

index 5b4c1e841119ce3d438d80df4416c9f5df983e92..b37b84b7b9dcbeaff47aadd077d11137f99cb32d 100644 (file)
@@ -658,6 +658,14 @@ config TARGET_HIKEY
          Support for HiKey 96boards platform. It features a HI6220
          SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
 
+config TARGET_TM2
+       bool "Support Samsung Exynos5433 TM2 board"
+       select ARM64
+       select DM
+       select DM_SERIAL
+         help
+         Support for Samsung Exynos5433 TM2 platform.
+
 config TARGET_LS1021AQDS
        bool "Support ls1021aqds"
        select CPU_V7
@@ -833,6 +841,7 @@ source "board/phytec/pcm051/Kconfig"
 source "board/phytec/pcm052/Kconfig"
 source "board/ppcag/bg0900/Kconfig"
 source "board/samsung/smdk2410/Kconfig"
+source "board/samsung/tm2/Kconfig"
 source "board/sandisk/sansa_fuze_plus/Kconfig"
 source "board/schulercontrol/sc_sps_1/Kconfig"
 source "board/siemens/draco/Kconfig"
diff --git a/board/samsung/tm2/Kconfig b/board/samsung/tm2/Kconfig
new file mode 100644 (file)
index 0000000..d2aa3c3
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_TM2
+
+config SYS_BOARD
+       default "tm2"
+
+config SYS_VENDOR
+       default "samsung"
+
+config SYS_SOC
+       default "exynos5433"
+
+config SYS_CONFIG_NAME
+       default "tm2"
+
+endif
diff --git a/board/samsung/tm2/Makefile b/board/samsung/tm2/Makefile
new file mode 100644 (file)
index 0000000..5362177
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
+# Lukasz Majewski <l.majewski@samsung.com>
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+obj-y  := tm2.o