hugetlb: introduce generic version of hugetlb_free_pgd_range
[linux/fpc-iii.git] / arch / sh / boards / mach-rsk / Kconfig
blobf0299bc4416f8081e93b4eda0f37e22809eeeb82
1 # SPDX-License-Identifier: GPL-2.0
2 if SH_RSK
4 choice
5         prompt "RSK+ options"
6         default SH_RSK7203
8 config SH_RSK7201
9         bool "RSK7201"
10         depends on CPU_SUBTYPE_SH7201
12 config SH_RSK7203
13         bool "RSK7203"
14         select GPIOLIB
15         depends on CPU_SUBTYPE_SH7203
17 config SH_RSK7264
18         bool "RSK2+SH7264"
19         select GPIOLIB
20         depends on CPU_SUBTYPE_SH7264
22 config SH_RSK7269
23         bool "RSK2+SH7269"
24         select GPIOLIB
25         depends on CPU_SUBTYPE_SH7269
27 endchoice
29 endif