https://github.com/torvalds/linux
Raw File
Tip revision: 93ee7a9340d64f20295aacc3fb6a22b759323280 authored by Linus Torvalds on 14 August 2011, 22:09:08 UTC
Linux 3.1-rc2
Tip revision: 93ee7a9
Kconfig
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
back to top