sh: Restrict DSP support to specific CPUs.
[deliverable/linux.git] / arch / sh / Kconfig
index 2aad2ff39a2fc88415cf4a2c7564a8b133f96624..0a631d0f75f1550782a716441a2d69fc45318321 100644 (file)
@@ -134,8 +134,8 @@ config SH_FPU_EMU
 
 config SH_DSP
        bool "DSP support"
-       default y if SH4AL_DSP || !CPU_SH4
-       default n
+       depends on CPU_HAS_DSP
+       default y
        help
          Selecting this option will enable support for SH processors that
          have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
@@ -199,6 +199,9 @@ config CPU_HAS_SR_RB
 config CPU_HAS_PTEA
        bool
 
+config CPU_HAS_DSP
+       bool
+
 endmenu
 
 menu "Board support"
This page took 0.026008 seconds and 5 git commands to generate.