Merge branch 'master' of ../mmc
[pandora-kernel.git] / arch / sh / boards / mach-rsk / Kconfig
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 GENERIC_GPIO
14         depends on CPU_SUBTYPE_SH7203
15
16 endchoice
17
18 endif