]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/core/Kconfig
sound: make OSS sound core optional
[mirror_ubuntu-artful-kernel.git] / sound / core / Kconfig
index 335d45ecde6a19bc0d3f12a68363c669ea405a17..91f91c5cdb4ee0974fb8173c64e0000ebb008731 100644 (file)
@@ -12,6 +12,12 @@ config SND_HWDEP
 config SND_RAWMIDI
        tristate
 
+# To be effective this also requires INPUT - users should say:
+#    select SND_JACK if INPUT=y || INPUT=SND
+# to avoid having to force INPUT on.
+config SND_JACK
+       bool
+
 config SND_SEQUENCER
        tristate "Sequencer support"
        select SND_TIMER
@@ -38,6 +44,7 @@ config SND_SEQ_DUMMY
          will be called snd-seq-dummy.
 
 config SND_OSSEMUL
+       select SOUND_OSS_CORE
        bool
 
 config SND_MIXER_OSS