repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hugetlb: introduce generic version of hugetlb_free_pgd_range
[linux/fpc-iii.git]
/
arch
/
sh
/
boards
/
mach-rsk
/
Kconfig
blob
f0299bc4416f8081e93b4eda0f37e22809eeeb82
1
# SPDX-License-Identifier: GPL-2.0
2
if SH_RSK
3
4
choice
5
prompt "RSK+ options"
6
default SH_RSK7203
7
8
config SH_RSK7201
9
bool "RSK7201"
10
depends on CPU_SUBTYPE_SH7201
11
12
config SH_RSK7203
13
bool "RSK7203"
14
select GPIOLIB
15
depends on CPU_SUBTYPE_SH7203
16
17
config SH_RSK7264
18
bool "RSK2+SH7264"
19
select GPIOLIB
20
depends on CPU_SUBTYPE_SH7264
21
22
config SH_RSK7269
23
bool "RSK2+SH7269"
24
select GPIOLIB
25
depends on CPU_SUBTYPE_SH7269
26
27
endchoice
28
29
endif