1# SPDX-License-Identifier: GPL-2.0
2if ARCH_W90X900
3
4config CPU_W90P910
5	bool
6	help
7	  Support for W90P910 of Nuvoton W90X900 CPUs.
8
9config CPU_NUC950
10	bool
11	help
12	  Support for NUCP950 of Nuvoton NUC900 CPUs.
13
14config CPU_NUC960
15	bool
16	help
17	  Support for NUCP960 of Nuvoton NUC900 CPUs.
18
19menu "W90P910 Machines"
20
21config MACH_W90P910EVB
22	bool "Nuvoton W90P910 Evaluation Board"
23	default y
24	select CPU_W90P910
25	help
26	   Say Y here if you are using the Nuvoton W90P910EVB
27
28endmenu
29
30menu "NUC950 Machines"
31
32config MACH_W90P950EVB
33	bool "Nuvoton NUC950 Evaluation Board"
34	select CPU_NUC950
35	help
36	   Say Y here if you are using the Nuvoton NUC950EVB
37
38endmenu
39
40menu "NUC960 Machines"
41
42config MACH_W90N960EVB
43	bool "Nuvoton NUC960 Evaluation Board"
44	select CPU_NUC960
45	help
46	   Say Y here if you are using the Nuvoton NUC960EVB
47
48endmenu
49
50endif
51