You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
285 B
20 lines
285 B
15 years ago
|
if ARCH_NUC93X
|
||
|
|
||
|
config CPU_NUC932
|
||
|
bool
|
||
|
help
|
||
|
Support for NUC932 of Nuvoton NUC93X CPUs.
|
||
|
|
||
|
menu "NUC932 Machines"
|
||
|
|
||
|
config MACH_NUC932EVB
|
||
|
bool "Nuvoton NUC932 Evaluation Board"
|
||
|
default y
|
||
|
select CPU_NUC932
|
||
|
help
|
||
|
Say Y here if you are using the Nuvoton NUC932EVB
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
endif
|