kernel/drivers/soc/rockchip/Kconfig.cpu
.. .. @@ -27,7 +27,11 @@ 27 27 bool "RK3228/9" 28 28 depends on ARM 29 29 30 -config CPU_RV110X30 +config CPU_RV110631 + bool "RV1103/6"32 + depends on ARM33 +34 +config CPU_RV110831 35 bool "RV1107/8" 32 36 depends on ARM 33 37 .. .. @@ -53,7 +57,16 @@ 53 57 config CPU_RK3399 54 58 bool "RK3399" 55 59 60 +config CPU_RK352861 + bool "RK3528"62 +63 +config CPU_RK356264 + bool "RK3562"65 +56 66 config CPU_RK3568 57 67 bool "RK3566/8" 58 68 69 +config CPU_RK358870 + bool "RK3588"71 +59 72 endmenu