soc: rockchip: All Rockchip CPU default n

For small system.

Change-Id: Ib76fdf45a090b80f2e85c0ca2df611cc86308ec8
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2019-09-10 15:33:30 +08:00
parent e3fb92c722
commit 3922f84286
3 changed files with 7 additions and 10 deletions

View File

@@ -653,6 +653,9 @@ CONFIG_FIQ_DEBUGGER_TRUST_ZONE=y
CONFIG_RK_CONSOLE_THREAD=y
CONFIG_COMMON_CLK_RK808=y
CONFIG_ROCKCHIP_IOMMU=y
CONFIG_CPU_RK312X=y
CONFIG_CPU_RK3288=y
CONFIG_CPU_RK322X=y
CONFIG_ANDROID_VERSION=0x08000000
CONFIG_ROCKCHIP_PM_DOMAINS=y
CONFIG_ROCKCHIP_PVTM=y

View File

@@ -748,6 +748,10 @@ CONFIG_RK3368_SCPI_PROTOCOL=y
CONFIG_ROCKCHIP_IOMMU=y
CONFIG_RK_IOMMU=y
CONFIG_RK_IOVMM=y
CONFIG_CPU_PX30=y
CONFIG_CPU_RK3328=y
CONFIG_CPU_RK3368=y
CONFIG_CPU_RK3399=y
CONFIG_ANDROID_VERSION=0x08000000
CONFIG_ROCKCHIP_PM_DOMAINS=y
CONFIG_ROCKCHIP_PVTM=y

View File

@@ -6,32 +6,26 @@ menu "Rockchip CPU selection"
config CPU_RK312X
bool "RK3126/8"
depends on ARM
default y
config CPU_RK3036
bool "RK3036"
depends on ARM
default y
config CPU_RK30XX
bool "RK3066/8"
depends on ARM
default y
config CPU_RK3188
bool "RK3188"
depends on ARM
default y
config CPU_RK3288
bool "RK3288"
depends on ARM
default y
config CPU_RK322X
bool "RK3228/9"
depends on ARM
default y
config CPU_RV110X
bool "RV1107/8"
@@ -39,7 +33,6 @@ config CPU_RV110X
config CPU_PX30
bool "PX30"
default y if ARM64
config CPU_RK1808
bool "RK1808"
@@ -49,17 +42,14 @@ config CPU_RK3308
config CPU_RK3328
bool "RK3328"
default y if ARM64
config CPU_RK3366
bool "RK3366"
config CPU_RK3368
bool "RK3368"
default y if ARM64
config CPU_RK3399
bool "RK3399"
default y if ARM64
endmenu