RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / sh / boards / renesas / r7780rp / Kconfig
blob9fb11641fe139cd37d32cf70bdaf48ae414f0e31
1 if SH_HIGHLANDER
3 choice
4         prompt "Highlander options"
5         default SH_R7780MP
7 config SH_R7780RP
8         bool "R7780RP-1 board support"
9         select CPU_SUBTYPE_SH7780
11 config SH_R7780MP
12         bool "R7780MP board support"
13         select CPU_SUBTYPE_SH7780
14         help
15           Selecting this option will enable support for the mass-production
16           version of the R7780RP. If in doubt, say Y.
18 config SH_R7785RP
19         bool "R7785RP board support"
20         select CPU_SUBTYPE_SH7785
22 endchoice
24 endif