From: Lukasz Majewski Date: Thu, 12 May 2016 10:38:22 +0000 (+0200) Subject: TPL: TM2: kconfig: Initial kconfig support for Samsung Exynos5433 TM2 board X-Git-Tag: submit/tizen/20160810.050017~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c2b1c384f82eff401b54fce199f837e0cb026e3;p=platform%2Fkernel%2Fu-boot.git TPL: TM2: kconfig: Initial kconfig support for Samsung Exynos5433 TM2 board Signed-off-by: Marek Szyprowski --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5b4c1e8411..b37b84b7b9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 index 0000000000..d2aa3c350d --- /dev/null +++ b/board/samsung/tm2/Kconfig @@ -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 index 0000000000..53621774dd --- /dev/null +++ b/board/samsung/tm2/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. +# Lukasz Majewski +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := tm2.o