diff options
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 50467f9d0d0b..861914747e4e 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -126,10 +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_RSK7203 | 129 | config SH_RSK |
130 | bool "RSK7203" | 130 | bool "Renesas Starter Kit" |
131 | select GENERIC_GPIO | 131 | depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 |
132 | depends on CPU_SUBTYPE_SH7203 | 132 | help |
133 | Select this option if configuring for any of the RSK+ MCU | ||
134 | evaluation platforms. | ||
133 | 135 | ||
134 | config SH_SDK7780 | 136 | config SH_SDK7780 |
135 | bool "SDK7780R3" | 137 | bool "SDK7780R3" |
@@ -253,6 +255,7 @@ source "arch/sh/boards/mach-r2d/Kconfig" | |||
253 | source "arch/sh/boards/mach-highlander/Kconfig" | 255 | source "arch/sh/boards/mach-highlander/Kconfig" |
254 | source "arch/sh/boards/mach-sdk7780/Kconfig" | 256 | source "arch/sh/boards/mach-sdk7780/Kconfig" |
255 | source "arch/sh/boards/mach-migor/Kconfig" | 257 | source "arch/sh/boards/mach-migor/Kconfig" |
258 | source "arch/sh/boards/mach-rsk/Kconfig" | ||
256 | 259 | ||
257 | if SH_MAGIC_PANEL_R2 | 260 | if SH_MAGIC_PANEL_R2 |
258 | 261 | ||