]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/Kconfig
ALSA: Build jack detection
[linux-2.6-omap-h63xx.git] / sound / core / Kconfig
index 335d45ecde6a19bc0d3f12a68363c669ea405a17..9c4da1cd4a6b0e1477a33d0f15cb34adb3b30451 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