GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sh / boards / mach-rsk / Kconfig
blobaeff3b04220590f70a28de6d4ff960326a78b034
1 if SH_RSK
3 choice
4         prompt "RSK+ options"
5         default SH_RSK7203
7 config SH_RSK7201
8         bool "RSK7201"
9         depends on CPU_SUBTYPE_SH7201
11 config SH_RSK7203
12         bool "RSK7203"
13         select ARCH_REQUIRE_GPIOLIB
14         depends on CPU_SUBTYPE_SH7203
16 endchoice
18 endif