[PATCH] v4l: 974: saa7134 shouldn't DEPEND on SND_PCM_OSS. Instead, SELECT it.
saa7134 shouldn't DEPEND on SND_PCM_OSS. Instead, SELECT it. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
93067f387e
commit
c01ee851d3
|
@ -1,10 +1,11 @@
|
||||||
config VIDEO_SAA7134
|
config VIDEO_SAA7134
|
||||||
tristate "Philips SAA7134 support"
|
tristate "Philips SAA7134 support"
|
||||||
depends on VIDEO_DEV && PCI && I2C && SOUND && SND && SND_PCM_OSS
|
depends on VIDEO_DEV && PCI && I2C && SOUND && SND
|
||||||
select VIDEO_BUF
|
select VIDEO_BUF
|
||||||
select VIDEO_IR
|
select VIDEO_IR
|
||||||
select VIDEO_TUNER
|
select VIDEO_TUNER
|
||||||
select CRC32
|
select CRC32
|
||||||
|
select SND_PCM_OSS
|
||||||
---help---
|
---help---
|
||||||
This is a video4linux driver for Philips SAA713x based
|
This is a video4linux driver for Philips SAA713x based
|
||||||
TV cards.
|
TV cards.
|
||||||
|
|
Loading…
Reference in New Issue