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 .. .. @@ -56,7 +60,13 @@ 56 60 config CPU_RK3528 57 61 bool "RK3528" 58 62 63 +config CPU_RK356264 + bool "RK3562"65 +59 66 config CPU_RK3568 60 67 bool "RK3566/8" 61 68 69 +config CPU_RK358870 + bool "RK3588"71 +62 72 endmenu