diff options
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index a4202606de4f..a50636eb4ea8 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -98,7 +98,7 @@ config CPU_SUBTYPE_SH7709 | |||
98 | config CPU_SUBTYPE_SH7710 | 98 | config CPU_SUBTYPE_SH7710 |
99 | bool "Support SH7710 processor" | 99 | bool "Support SH7710 processor" |
100 | select CPU_SH3 | 100 | select CPU_SH3 |
101 | select CPU_HAS_IPR_IRQ | 101 | select CPU_HAS_INTC_IRQ |
102 | select CPU_HAS_DSP | 102 | select CPU_HAS_DSP |
103 | help | 103 | help |
104 | Select SH7710 if you have a SH3-DSP SH7710 CPU. | 104 | Select SH7710 if you have a SH3-DSP SH7710 CPU. |
@@ -106,7 +106,7 @@ config CPU_SUBTYPE_SH7710 | |||
106 | config CPU_SUBTYPE_SH7712 | 106 | config CPU_SUBTYPE_SH7712 |
107 | bool "Support SH7712 processor" | 107 | bool "Support SH7712 processor" |
108 | select CPU_SH3 | 108 | select CPU_SH3 |
109 | select CPU_HAS_IPR_IRQ | 109 | select CPU_HAS_INTC_IRQ |
110 | select CPU_HAS_DSP | 110 | select CPU_HAS_DSP |
111 | help | 111 | help |
112 | Select SH7712 if you have a SH3-DSP SH7712 CPU. | 112 | Select SH7712 if you have a SH3-DSP SH7712 CPU. |