soc: rockchip: ROCKCHIP_MINI_KERNEL default y if CPU_RV1103B

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I245ee2575fb9f8c6b4c02e79a97900aabcb9a750
This commit is contained in:
Tao Huang
2024-06-04 09:43:31 +08:00
parent 373239c6c8
commit 054daf6edc

View File

@@ -255,7 +255,7 @@ config ROCKCHIP_DEBUG
config ROCKCHIP_MINI_KERNEL
bool "Rockchip Mini Kernel support"
select NO_GKI
default y if CPU_RV1106 || CPU_RV1126
default y if CPU_RV1103B || CPU_RV1106 || CPU_RV1126
help
Say y here to enable Rockchip mini kernel support.
This option make the kernel size smaller.