2008-12-03 03:55:38 +01:00
|
|
|
if ARCH_W90X900
|
|
|
|
|
|
|
|
config CPU_W90P910
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Support for W90P910 of Nuvoton W90X900 CPUs.
|
|
|
|
|
2009-08-21 08:08:24 +02:00
|
|
|
config CPU_NUC950
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Support for NUCP950 of Nuvoton NUC900 CPUs.
|
|
|
|
|
2008-12-03 03:55:38 +01:00
|
|
|
menu "W90P910 Machines"
|
|
|
|
|
|
|
|
config MACH_W90P910EVB
|
|
|
|
bool "Nuvoton W90P910 Evaluation Board"
|
|
|
|
default y
|
|
|
|
select CPU_W90P910
|
|
|
|
help
|
|
|
|
Say Y here if you are using the Nuvoton W90P910EVB
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2009-08-21 08:08:24 +02:00
|
|
|
menu "NUC950 Machines"
|
|
|
|
|
|
|
|
config MACH_W90P950EVB
|
|
|
|
bool "Nuvoton NUC950 Evaluation Board"
|
|
|
|
select CPU_NUC950
|
|
|
|
help
|
|
|
|
Say Y here if you are using the Nuvoton NUC950EVB
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2008-12-03 03:55:38 +01:00
|
|
|
endif
|