]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/easycap/Kconfig
staging/easycap: make OSS compilation optional instead of ALSA
[karo-tx-linux.git] / drivers / staging / easycap / Kconfig
index bd96f39f2735b375cdeeda41e62b1ef2fac4b314..5072cf8a5da0fb373f20d64decaecafa05c14334 100644 (file)
@@ -1,6 +1,6 @@
 config EASYCAP
        tristate "EasyCAP USB ID 05e1:0408 support"
-       depends on USB && VIDEO_DEV
+       depends on USB && VIDEO_DEV && SOUND
 
        ---help---
          This is an integrated audio/video driver for EasyCAP cards with
@@ -15,3 +15,27 @@ config EASYCAP
          To compile this driver as a module, choose M here: the
          module will be called easycap
 
+config EASYCAP_OSS
+       bool "OSS (DEPRECATED)"
+       depends on EASYCAP && SOUND_OSS_CORE
+
+       ---help---
+         Say 'Y' if you prefer Open Sound System (OSS) interface
+
+         This will disable Advanced Linux Sound Architecture (ALSA) binding.
+
+         Once binding to ALSA interface will be stable this option will be
+          removed.
+
+config EASYCAP_DEBUG
+       bool "Enable EasyCAP driver debugging"
+       depends on EASYCAP
+
+       ---help---
+         This option enables debug printouts
+
+         To enable debug, pass the debug level to the debug module
+          parameter:
+
+          modprobe easycap debug=[0..9]
+