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/20170414.042831~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dff6ddaaae4eba0e1d5b2727b8800fc32b96c45;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 0a05662e7c..f311c187ac 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -954,6 +954,14 @@ config TARGET_LS1012AFRDM development platform that supports the QorIQ LS1012A Layerscape Architecture processor. +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 BOARD_LATE_INIT @@ -1240,6 +1248,7 @@ source "board/olimex/mx23_olinuxino/Kconfig" source "board/phytec/pcm051/Kconfig" source "board/phytec/pcm052/Kconfig" source "board/ppcag/bg0900/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..907f423c98 --- /dev/null +++ b/board/samsung/tm2/Kconfig @@ -0,0 +1,30 @@ +if TARGET_TM2 + +config SYS_BOARD + default "tm2" + +config SYS_VENDOR + default "samsung" + +config SYS_SOC + default "exynos5433" + +config SYS_CONFIG_NAME + default "tm2" + +config TPL_TM2 + bool "TPL TM2" + default y + +config MAX_I2C_NUM + int "Maximum i2c Number" + +config S5P_SERIAL + bool "Support S5P serial" + default y + +config SYS_NO_FLASH + bool "No flash anything" + default y + +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