rockchip: add PX3SE kconfig
PX3SE is a variant of RK3128, especially the loader and trust img. Change-Id: I91f417957b5f3db503fdaa8f2f6c3271f46094b6 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
parent
9b95292d1a
commit
f094cb2954
|
|
@ -77,6 +77,12 @@ config ROCKCHIP_RK3126
|
||||||
RK3126 can use most code from RK3128, but at some situations we have
|
RK3126 can use most code from RK3128, but at some situations we have
|
||||||
to distinguish between RK3126 and RK3128, so this macro gives help.
|
to distinguish between RK3126 and RK3128, so this macro gives help.
|
||||||
It is usually selected in rk3126 board defconfig.
|
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
|
endif
|
||||||
|
|
||||||
config ROCKCHIP_RK3066
|
config ROCKCHIP_RK3066
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARCH_ROCKCHIP=y
|
CONFIG_ARCH_ROCKCHIP=y
|
||||||
CONFIG_ROCKCHIP_RK3128=y
|
CONFIG_ROCKCHIP_RK3128=y
|
||||||
|
CONFIG_ROCKCHIP_PX3SE=y
|
||||||
CONFIG_RKIMG_BOOTLOADER=y
|
CONFIG_RKIMG_BOOTLOADER=y
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="px3se-evb"
|
CONFIG_DEFAULT_DEVICE_TREE="px3se-evb"
|
||||||
CONFIG_DEBUG_UART=y
|
CONFIG_DEBUG_UART=y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue