blob: 163b8010e575c453bc9222ed9c09ed921fa25043 [file] [log] [blame]
wanzongshun7ec80dd2008-12-03 03:55:38 +01001if ARCH_W90X900
2
3config CPU_W90P910
4 bool
5 help
6 Support for W90P910 of Nuvoton W90X900 CPUs.
7
wanzongshun936fbe92009-08-21 07:08:24 +01008config CPU_NUC950
9 bool
10 help
11 Support for NUCP950 of Nuvoton NUC900 CPUs.
12
wanzongshun7ec80dd2008-12-03 03:55:38 +010013menu "W90P910 Machines"
14
15config MACH_W90P910EVB
16 bool "Nuvoton W90P910 Evaluation Board"
17 default y
18 select CPU_W90P910
19 help
20 Say Y here if you are using the Nuvoton W90P910EVB
21
22endmenu
23
wanzongshun936fbe92009-08-21 07:08:24 +010024menu "NUC950 Machines"
25
26config MACH_W90P950EVB
27 bool "Nuvoton NUC950 Evaluation Board"
28 select CPU_NUC950
29 help
30 Say Y here if you are using the Nuvoton NUC950EVB
31
32endmenu
33
wanzongshun7ec80dd2008-12-03 03:55:38 +010034endif