repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 's5p/for-next'
[linux-2.6/next.git]
/
arch
/
arm
/
mach-nuc93x
/
Kconfig
blob
2bc40a280fad5b1732074fe733740fa91b8c75bd
1
if ARCH_NUC93X
2
3
config CPU_NUC932
4
bool
5
help
6
Support for NUC932 of Nuvoton NUC93X CPUs.
7
8
menu "NUC932 Machines"
9
10
config MACH_NUC932EVB
11
bool "Nuvoton NUC932 Evaluation Board"
12
default y
13
select CPU_NUC932
14
help
15
Say Y here if you are using the Nuvoton NUC932EVB
16
17
endmenu
18
19
endif