diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-11 05:10:23 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:53 -0400 |
commit | 1db4e9bb5682fd3fd3f37f7fe9c322e7c5bb7578 (patch) | |
tree | 6daaa0ceb4e8d6dd710a3286d25ec43109dfcfd0 /arch/sh/Kconfig | |
parent | d581593388e39d77acd643b1d7427c5ecbb85a03 (diff) |
sh: Don't enable FPU for SH4AL-DSP.
This leads to invalid configurations where both FPU and DSP support
can be enabled in the same kernel, resulting in build failure.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c1214ccea009..f6d6ac308f69 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -118,7 +118,7 @@ endchoice | |||
118 | 118 | ||
119 | config SH_FPU | 119 | config SH_FPU |
120 | bool "FPU support" | 120 | bool "FPU support" |
121 | depends on CPU_SH4 | 121 | depends on CPU_HAS_FPU |
122 | default y | 122 | default y |
123 | help | 123 | help |
124 | Selecting this option will enable support for SH processors that | 124 | Selecting this option will enable support for SH processors that |
@@ -199,6 +199,9 @@ config CPU_HAS_PTEA | |||
199 | config CPU_HAS_DSP | 199 | config CPU_HAS_DSP |
200 | bool | 200 | bool |
201 | 201 | ||
202 | config CPU_HAS_FPU | ||
203 | bool | ||
204 | |||
202 | endmenu | 205 | endmenu |
203 | 206 | ||
204 | menu "Board support" | 207 | menu "Board support" |