commit | e6fc8b42364a3b1926e94254068a9a32ccffc272 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 17 18:08:41 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 16:20:19 2021 -0500 |
tree | 8528bf2ece5a8a8b9f611599039306f7e772922a | |
parent | 72f2c147065681604925405e5fa9ff97c9dc5661 [diff] [blame] |
Convert CONFIG_CPU_SH7751 to Kconfig This converts the following to Kconfig: CONFIG_CPU_SH7751 Signed-off-by: Tom Rini <trini@konsulko.com>
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 @@ 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