aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-17 18:08:41 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:19 -0500
commit855e76b5cb315b227655ad83ca3c019d487ea234 (patch)
tree8528bf2ece5a8a8b9f611599039306f7e772922a /arch/sh
parent3aca2b6bd7aa87bea7b1a24b19f460c25f003a8b (diff)
downloadu-boot-855e76b5cb315b227655ad83ca3c019d487ea234.zip
u-boot-855e76b5cb315b227655ad83ca3c019d487ea234.tar.gz
u-boot-855e76b5cb315b227655ad83ca3c019d487ea234.tar.bz2
Convert CONFIG_CPU_SH7751 to Kconfig
This converts the following to Kconfig: CONFIG_CPU_SH7751 Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 7836869..7e6cb70 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