diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-28 22:44:08 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-28 23:42:25 +0100 |
commit | 20c5ab6821b3a7aad31fb5a4660e9fe414fb37f6 (patch) | |
tree | aabefc6d93653717e68be07860206a430105f308 /drivers/media/video/Kconfig | |
parent | [PATCH] temporarily disable swap token on memory pressure (diff) | |
download | linux-20c5ab6821b3a7aad31fb5a4660e9fe414fb37f6.tar.xz linux-20c5ab6821b3a7aad31fb5a4660e9fe414fb37f6.zip |
[PATCH] fix broken hybrid v4l-dvb frontend selection
Repair broken build configuration for hybrid v4l/dvb card frontend
selection.
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>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 1a3b3c7e5e99..ecb9a31dd003 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -26,7 +26,7 @@ config VIDEO_BT848 module will be called bttv. config VIDEO_BT848_DVB - tristate "DVB/ATSC Support for bt878 based TV cards" + bool "DVB/ATSC Support for bt878 based TV cards" depends on VIDEO_BT848 && DVB_CORE select DVB_BT8XX ---help--- |