From f125bf6b07f1909a8cff8edc50616947223a7ca9 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Thu, 11 Oct 2018 14:25:48 +0800 Subject: [PATCH] soc: rockchip: remove default y for CPU_RK3308 Change-Id: I79330a302596e6c1a433a2b6db0e4d141975fa59 Signed-off-by: Tao Huang --- arch/arm64/configs/rk3308_linux_defconfig | 1 + drivers/soc/rockchip/Kconfig.cpu | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/rk3308_linux_defconfig b/arch/arm64/configs/rk3308_linux_defconfig index c4c717aa4f8d..6a3119de6322 100644 --- a/arch/arm64/configs/rk3308_linux_defconfig +++ b/arch/arm64/configs/rk3308_linux_defconfig @@ -209,6 +209,7 @@ CONFIG_RK_CONSOLE_THREAD=y # CONFIG_ARM_ARCH_TIMER_EVTSTREAM is not set # CONFIG_IOMMU_SUPPORT is not set # CONFIG_CPU_PX30 is not set +CONFIG_CPU_RK3308=y # CONFIG_CPU_RK3328 is not set # CONFIG_CPU_RK3366 is not set # CONFIG_CPU_RK3368 is not set diff --git a/drivers/soc/rockchip/Kconfig.cpu b/drivers/soc/rockchip/Kconfig.cpu index 35a78e89c0cf..ec75e3e06cd0 100644 --- a/drivers/soc/rockchip/Kconfig.cpu +++ b/drivers/soc/rockchip/Kconfig.cpu @@ -46,7 +46,6 @@ config CPU_RK1808 config CPU_RK3308 bool "RK3308" - default y if ARM64 config CPU_RK3328 bool "RK3328"