diff options
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 2bf3f6c73c12..861914747e4e 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -126,14 +126,12 @@ config SH_RTS7751R2D | |||
126 | Select RTS7751R2D if configuring for a Renesas Technology | 126 | Select RTS7751R2D if configuring for a Renesas Technology |
127 | Sales SH-Graphics board. | 127 | Sales SH-Graphics board. |
128 | 128 | ||
129 | config SH_RSK7201 | 129 | config SH_RSK |
130 | bool "RSK7201" | 130 | bool "Renesas Starter Kit" |
131 | depends on CPU_SUBTYPE_SH7201 | 131 | depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 |
132 | 132 | help | |
133 | config SH_RSK7203 | 133 | Select this option if configuring for any of the RSK+ MCU |
134 | bool "RSK7203" | 134 | evaluation platforms. |
135 | select GENERIC_GPIO | ||
136 | depends on CPU_SUBTYPE_SH7203 | ||
137 | 135 | ||
138 | config SH_SDK7780 | 136 | config SH_SDK7780 |
139 | bool "SDK7780R3" | 137 | bool "SDK7780R3" |
@@ -257,6 +255,7 @@ source "arch/sh/boards/mach-r2d/Kconfig" | |||
257 | source "arch/sh/boards/mach-highlander/Kconfig" | 255 | source "arch/sh/boards/mach-highlander/Kconfig" |
258 | source "arch/sh/boards/mach-sdk7780/Kconfig" | 256 | source "arch/sh/boards/mach-sdk7780/Kconfig" |
259 | source "arch/sh/boards/mach-migor/Kconfig" | 257 | source "arch/sh/boards/mach-migor/Kconfig" |
258 | source "arch/sh/boards/mach-rsk/Kconfig" | ||
260 | 259 | ||
261 | if SH_MAGIC_PANEL_R2 | 260 | if SH_MAGIC_PANEL_R2 |
262 | 261 | ||