aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r--arch/sh/mm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index 6fc5550c4ba1..ea1d2716fdb3 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -36,6 +36,9 @@ config CPU_SUBTYPE_ST40
36config CPU_SHX2 36config CPU_SHX2
37 bool 37 bool
38 38
39config CPU_SHX3
40 bool
41
39choice 42choice
40 prompt "Processor sub-type selection" 43 prompt "Processor sub-type selection"
41 44
@@ -193,6 +196,12 @@ config CPU_SUBTYPE_SH7785
193 select CPU_SHX2 196 select CPU_SHX2
194 select CPU_HAS_INTC2_IRQ 197 select CPU_HAS_INTC2_IRQ
195 198
199config CPU_SUBTYPE_SHX3
200 bool "Support SH-X3 processor"
201 select CPU_SH4A
202 select CPU_SHX3
203 select CPU_HAS_INTC2_IRQ
204
196# SH4AL-DSP Processor Support 205# SH4AL-DSP Processor Support
197 206
198config CPU_SUBTYPE_SH73180 207config CPU_SUBTYPE_SH73180