repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
arch
/
arm
/
mach-h720x
/
Kconfig
blob
44a303d40809a8fc53aab9d5c4066b0ee2ecb9a6
1
menu "h720x Implementations"
2
3
config ARCH_H7201
4
bool "gms30c7201"
5
depends on ARCH_H720X
6
select CPU_H7201
7
help
8
Say Y here if you are using the Hynix GMS30C7201 Reference Board
9
10
config ARCH_H7202
11
bool "hms30c7202"
12
select CPU_H7202
13
depends on ARCH_H720X
14
help
15
Say Y here if you are using the Hynix HMS30C7202 Reference Board
16
17
endmenu
18
19
config CPU_H7201
20
bool
21
help
22
Select code specific to h7201 variants
23
24
config CPU_H7202
25
bool
26
help
27
Select code specific to h7202 variants