• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Rockchip CPU selection"
4	depends on ARCH_ROCKCHIP
5
6config CPU_RK312X
7	bool "RK3126/8"
8	depends on ARM
9
10config CPU_RK3036
11	bool "RK3036"
12	depends on ARM
13
14config CPU_RK30XX
15	bool "RK3066/8"
16	depends on ARM
17
18config CPU_RK3188
19	bool "RK3188"
20	depends on ARM
21
22config CPU_RK3288
23	bool "RK3288"
24	depends on ARM
25
26config CPU_RK322X
27	bool "RK3228/9"
28	depends on ARM
29
30config CPU_RV110X
31	bool "RV1107/8"
32	depends on ARM
33
34config CPU_RV1126
35	bool "RV1109/26"
36	depends on ARM
37
38config CPU_PX30
39	bool "PX30"
40
41config CPU_RK1808
42	bool "RK1808"
43
44config CPU_RK3308
45	bool "RK3308"
46
47config CPU_RK3328
48	bool "RK3328"
49
50config CPU_RK3368
51	bool "RK3368"
52
53config CPU_RK3399
54	bool "RK3399"
55
56config CPU_RK3568
57	bool "RK3566/8"
58
59config CPU_RK3588
60	bool "RK3588"
61
62endmenu
63