blob: b16ffc03bbe598a9dfdb48b5bc98819d03791a98 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
wanzongshun7ec80dd2008-12-03 03:55:38 +01002if ARCH_W90X900
3
4config CPU_W90P910
5 bool
6 help
7 Support for W90P910 of Nuvoton W90X900 CPUs.
8
wanzongshun936fbe92009-08-21 07:08:24 +01009config CPU_NUC950
10 bool
11 help
12 Support for NUCP950 of Nuvoton NUC900 CPUs.
13
wanzongshun8e226762009-08-21 07:09:03 +010014config CPU_NUC960
15 bool
16 help
17 Support for NUCP960 of Nuvoton NUC900 CPUs.
18
wanzongshun7ec80dd2008-12-03 03:55:38 +010019menu "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
wanzongshun936fbe92009-08-21 07:08:24 +010030menu "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
wanzongshun8e226762009-08-21 07:09:03 +010040menu "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
wanzongshun7ec80dd2008-12-03 03:55:38 +010050endif