diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2aad2ff39a2f..0a631d0f75f1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -134,8 +134,8 @@ config SH_FPU_EMU | |||
134 | 134 | ||
135 | config SH_DSP | 135 | config SH_DSP |
136 | bool "DSP support" | 136 | bool "DSP support" |
137 | default y if SH4AL_DSP || !CPU_SH4 | 137 | depends on CPU_HAS_DSP |
138 | default n | 138 | default y |
139 | help | 139 | help |
140 | Selecting this option will enable support for SH processors that | 140 | Selecting this option will enable support for SH processors that |
141 | have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP). | 141 | have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP). |
@@ -199,6 +199,9 @@ config CPU_HAS_SR_RB | |||
199 | config CPU_HAS_PTEA | 199 | config CPU_HAS_PTEA |
200 | bool | 200 | bool |
201 | 201 | ||
202 | config CPU_HAS_DSP | ||
203 | bool | ||
204 | |||
202 | endmenu | 205 | endmenu |
203 | 206 | ||
204 | menu "Board support" | 207 | menu "Board support" |