rockchip: kconfig: add CONFIG_COPROCESSOR_RK1808

This indicates the RK1808 is working as a coprocessor for
another more powerful SoC.

Change-Id: Id843495de2acfa03508b9a378e9a48eedc3a7c62
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-09-13 09:44:08 +08:00 committed by Jianhong Chen
parent db58bbb1c1
commit 2aa1fe7705
1 changed files with 10 additions and 1 deletions

View File

@ -288,6 +288,16 @@ config ROCKCHIP_RK1808
The Rockchip RK1808 is a ARM-based Soc which embedded with dual
Cortex-A35.
if ROCKCHIP_RK1808
config COPROCESSOR_RK1808
bool "RK1808 coprocessor"
help
This indicates the RK1808 is working as a coprocessor for another
more powerful SoC.
endif
config ROCKCHIP_RV1108
bool "Support Rockchip RV1108"
select CPU_V7
@ -509,7 +519,6 @@ config ROCKCHIP_PRELOADER_ATAGS
tos, U-Boot, etc. It delivers boot and configure information, shared with pre-loaders
and finally ends with U-Boot.
config GICV2
bool "ARM GICv2"