diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-06 17:35:58 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 07:54:07 +0200 |
commit | fdbbfb092cee0d826cba96df51f56c0e22cae579 (patch) | |
tree | 0e46c0a22c5f821c8808bebd9abb80655520f03c /drivers/media/video/cx88/Kconfig | |
parent | V4L/DVB (7844): tda18271: add tda_fail macro to log error cases (diff) | |
download | linux-fdbbfb092cee0d826cba96df51f56c0e22cae579.tar.xz linux-fdbbfb092cee0d826cba96df51f56c0e22cae579.zip |
V4L/DVB (7846): Re-creates VIDEO_TUNER
VIDEO_TUNER is responsible for compilation of tuners.ko module. This were the
previous behaviour before the creation of MEDIA_TUNER.
Before this patch, tuner.ko were created even for drivers that don't need a
tuner (like webcam drivers).
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index b0d7d6a7a4cc..f1e799141256 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig @@ -5,7 +5,7 @@ config VIDEO_CX88 select FW_LOADER select VIDEO_BTCX select VIDEOBUF_DMA_SG - select MEDIA_TUNER + select VIDEO_TUNER select VIDEO_TVEEPROM select VIDEO_IR select VIDEO_WM8775 if VIDEO_HELPER_CHIPS_AUTO |