diff options
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index d893411022d5..3a74b10922e6 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -133,7 +133,8 @@ config SH_RTS7751R2D | |||
133 | 133 | ||
134 | config SH_RSK | 134 | config SH_RSK |
135 | bool "Renesas Starter Kit" | 135 | bool "Renesas Starter Kit" |
136 | depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 | 136 | depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \ |
137 | CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269 | ||
137 | help | 138 | help |
138 | Select this option if configuring for any of the RSK+ MCU | 139 | Select this option if configuring for any of the RSK+ MCU |
139 | evaluation platforms. | 140 | evaluation platforms. |
@@ -338,8 +339,6 @@ config SH_APSH4AD0A | |||
338 | help | 339 | help |
339 | Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A. | 340 | Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A. |
340 | 341 | ||
341 | endmenu | ||
342 | |||
343 | source "arch/sh/boards/mach-r2d/Kconfig" | 342 | source "arch/sh/boards/mach-r2d/Kconfig" |
344 | source "arch/sh/boards/mach-highlander/Kconfig" | 343 | source "arch/sh/boards/mach-highlander/Kconfig" |
345 | source "arch/sh/boards/mach-sdk7780/Kconfig" | 344 | source "arch/sh/boards/mach-sdk7780/Kconfig" |
@@ -359,3 +358,5 @@ config SH_MAGIC_PANEL_R2_VERSION | |||
359 | endmenu | 358 | endmenu |
360 | 359 | ||
361 | endif | 360 | endif |
361 | |||
362 | endmenu | ||