mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
a62e90308f
The previous nuc932 support patches have been discarded by me and because it belongs to another SoCs series named nuc93x,at present, which included nuc931 and nuc932, I think it is better to create a new mach-nuc93x,So I made the patch,and request your advice.Thanks! Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
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
|