From f094cb29545c1c03e4929fd812ac6b9a8b190e6a Mon Sep 17 00:00:00 2001 From: Shunqian Zheng Date: Thu, 26 Jul 2018 15:22:20 +0800 Subject: [PATCH] rockchip: add PX3SE kconfig PX3SE is a variant of RK3128, especially the loader and trust img. Change-Id: I91f417957b5f3db503fdaa8f2f6c3271f46094b6 Signed-off-by: Shunqian Zheng --- arch/arm/mach-rockchip/Kconfig | 6 ++++++ configs/evb-px3se_defconfig | 1 + 2 files changed, 7 insertions(+) diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index dd028bba50..dcce0cbd70 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -77,6 +77,12 @@ config ROCKCHIP_RK3126 RK3126 can use most code from RK3128, but at some situations we have to distinguish between RK3126 and RK3128, so this macro gives help. It is usually selected in rk3126 board defconfig. + +config ROCKCHIP_PX3SE + bool "Support Rockchip PX3SE" + help + PX3SE is a variant of RK3128, it shares codes with RK3128, but we still + need this macro to distinguish PX3SE and RK3128. endif config ROCKCHIP_RK3066 diff --git a/configs/evb-px3se_defconfig b/configs/evb-px3se_defconfig index c2e524e939..43e453a914 100644 --- a/configs/evb-px3se_defconfig +++ b/configs/evb-px3se_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_ROCKCHIP=y CONFIG_ROCKCHIP_RK3128=y +CONFIG_ROCKCHIP_PX3SE=y CONFIG_RKIMG_BOOTLOADER=y CONFIG_DEFAULT_DEVICE_TREE="px3se-evb" CONFIG_DEBUG_UART=y