diff options
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index ec6201a32aca..76fcb4e995c9 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -29,6 +29,21 @@ config VIDEO_CX88_DVB | |||
29 | You must also select one or more DVB/ATSC demodulators. | 29 | You must also select one or more DVB/ATSC demodulators. |
30 | If you are unsure which you need, choose all of them. | 30 | If you are unsure which you need, choose all of them. |
31 | 31 | ||
32 | config VIDEO_CX88_ALSA | ||
33 | tristate "ALSA DMA audio support" | ||
34 | depends on VIDEO_CX88 && SND | ||
35 | select SND_PCM_OSS | ||
36 | ---help--- | ||
37 | This is a video4linux driver for direct (DMA) audio on | ||
38 | Conexant 2388x based TV cards. | ||
39 | It only works with boards with function 01 enabled. | ||
40 | To check if your board supports, use lspci -n. | ||
41 | If supported, you should see 1471:8801 or 1471:8811 | ||
42 | PCI device. | ||
43 | |||
44 | To compile this driver as a module, choose M here: the | ||
45 | module will be called cx88-alsa. | ||
46 | |||
32 | config VIDEO_CX88_DVB_ALL_FRONTENDS | 47 | config VIDEO_CX88_DVB_ALL_FRONTENDS |
33 | bool "Build all supported frontends for cx2388x based TV cards" | 48 | bool "Build all supported frontends for cx2388x based TV cards" |
34 | default y | 49 | default y |