repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
sh
/
boards
/
mach-rsk
/
Kconfig
blob
458a11ffd022106d3cdd2f8a233f98426702e06d
1
if SH_RSK
2
3
choice
4
prompt "RSK+ options"
5
default SH_RSK7203
6
7
config SH_RSK7201
8
bool "RSK7201"
9
depends on CPU_SUBTYPE_SH7201
10
11
config SH_RSK7203
12
bool "RSK7203"
13
select ARCH_REQUIRE_GPIOLIB
14
depends on CPU_SUBTYPE_SH7203
15
16
config SH_RSK7264
17
bool "RSK2+SH7264"
18
select ARCH_REQUIRE_GPIOLIB
19
depends on CPU_SUBTYPE_SH7264
20
21
config SH_RSK7269
22
bool "RSK2+SH7269"
23
select ARCH_REQUIRE_GPIOLIB
24
depends on CPU_SUBTYPE_SH7269
25
26
endchoice
27
28
endif