summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-12-17 18:08:41 -0500
committerTom Rini <[email protected]>2021-12-27 16:20:19 -0500
commit855e76b5cb315b227655ad83ca3c019d487ea234 (patch)
tree8528bf2ece5a8a8b9f611599039306f7e772922a /arch
parent3aca2b6bd7aa87bea7b1a24b19f460c25f003a8b (diff)
Convert CONFIG_CPU_SH7751 to Kconfig
This converts the following to Kconfig: CONFIG_CPU_SH7751 Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 7836869c55d..7e6cb701589 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -4,13 +4,17 @@ menu "SuperH architecture"
config CPU_SH4
bool
+config CPU_SH7751
+ bool
+ select CPU_SH4
+
choice
prompt "Target select"
optional
config TARGET_R2DPLUS
bool "Renesas R2D-PLUS"
- select CPU_SH4
+ select CPU_SH7751
endchoice