[media] ir-core: more cleanups of ir-functions.c
[pandora-kernel.git] / drivers / staging / cx25821 / Kconfig
1 config VIDEO_CX25821
2         tristate "Conexant cx25821 support"
3         depends on DVB_CORE && VIDEO_DEV && PCI && I2C
4         depends on BKL # please fix
5         select I2C_ALGOBIT
6         select VIDEO_BTCX
7         select VIDEO_TVEEPROM
8         depends on IR_CORE
9         select VIDEOBUF_DVB
10         select VIDEOBUF_DMA_SG
11         select VIDEO_CX25840
12         select VIDEO_CX2341X
13         ---help---
14           This is a video4linux driver for Conexant 25821 based
15           TV cards.
16
17           To compile this driver as a module, choose M here: the
18           module will be called cx25821
19
20 config VIDEO_CX25821_ALSA
21         tristate "Conexant 25821 DMA audio support"
22         depends on VIDEO_CX25821 && SND && EXPERIMENTAL
23         select SND_PCM
24         ---help---
25           This is a video4linux driver for direct (DMA) audio on
26           Conexant 25821 based capture cards using ALSA.
27
28           It only works with boards with function 01 enabled.
29           To check if your board supports, use lspci -n.
30           If supported, you should see 14f1:8801 or 14f1:8811
31           PCI device.
32
33           To compile this driver as a module, choose M here: the
34           module will be called cx25821-alsa.
35