summaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/Kconfig
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2011-01-24 17:08:20 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-25 07:32:53 +0800
commit0edbc24c5dc7fba0dce193f7d4b7faf2ad211ba4 (patch)
treee26f8b9805ceb997cd09306134efcc070a6bf61f /drivers/staging/easycap/Kconfig
parent5c0c6c395ea8ad2f831c0717f67f957ba84550ad (diff)
downloadop-kernel-dev-0edbc24c5dc7fba0dce193f7d4b7faf2ad211ba4.zip
op-kernel-dev-0edbc24c5dc7fba0dce193f7d4b7faf2ad211ba4.tar.gz
staging/easycap: make OSS compilation optional instead of ALSA
OSS is deprecated yet currently it is reported to be more stable therefore we keep it but make it optional Revert the conditional compilation: add CONFIG_EASYCAP_OSS and kill EASYCAP_NEEDS_ALSA move oss-only code from easycap_sound.c to easycap_sound_oss.c Cc: Mike Thomas <rmthomas@sciolus.org> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/easycap/Kconfig')
-rw-r--r--drivers/staging/easycap/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/staging/easycap/Kconfig b/drivers/staging/easycap/Kconfig
index 4c1ad7e..5072cf8 100644
--- a/drivers/staging/easycap/Kconfig
+++ b/drivers/staging/easycap/Kconfig
@@ -1,6 +1,6 @@
config EASYCAP
tristate "EasyCAP USB ID 05e1:0408 support"
- depends on USB && VIDEO_DEV && SND
+ depends on USB && VIDEO_DEV && SOUND
---help---
This is an integrated audio/video driver for EasyCAP cards with
@@ -15,6 +15,18 @@ 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
OpenPOWER on IntegriCloud