patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / sound / core / Kconfig
index 4bf2288..732208b 100644 (file)
@@ -1,8 +1,4 @@
 # ALSA soundcard-configuration
-config SND_BIT32_EMUL
-       tristate "Emulation for 32-bit applications"
-       depends on SND && SND_PCM && (SPARC64 || PPC64 || X86_64 && IA32_EMULATION)
-
 config SND_TIMER
        tristate
 
@@ -59,6 +55,17 @@ config SND_SEQUENCER_OSS
          Say 'Y' to enable OSS sequencer emulation (both /dev/sequencer and
          /dev/music interfaces).
 
+config SND_BIT32_EMUL
+       tristate "Emulation for 32-bit applications"
+       depends on SND && (MIPS64 || SPARC64 || PPC64 || X86_64 && IA32_EMULATION)
+       select SND_PCM
+       select SND_RAWMIDI
+       select SND_TIMER
+       select SND_HWDEP
+       help
+         Say 'Y' or 'M' to enable the emulation for 32-bit ALSA-native
+         applications.
+
 config SND_RTCTIMER
        tristate "RTC Timer support"
        depends on SND && RTC