Merge branch 'classmate' into release
[safe/jmp/linux-2.6] / sound / core / Kconfig
index 7bbdda0..475455c 100644 (file)
@@ -5,6 +5,7 @@ config SND_TIMER
 config SND_PCM
        tristate
        select SND_TIMER
+       select GCD
 
 config SND_HWDEP
        tristate
@@ -205,3 +206,9 @@ config SND_PCM_XRUN_DEBUG
 
 config SND_VMASTER
        bool
+
+config SND_DMA_SGBUF
+       def_bool y
+       depends on X86
+
+source "sound/core/seq/Kconfig"