diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-27 20:59:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:07:43 -0400 |
commit | ca805d57cf5ea7482ed3da28653f30621249ee45 (patch) | |
tree | 35e9051fb2e8be8c94c1b15a07c43f2303de3125 /drivers/media/video/Kconfig | |
parent | 4adad287de82703fd504fdab7aebe760196bb786 (diff) |
V4L/DVB (6134): tuner: alter build to produce separate modules
Break tuner.ko into separate modules. This was a quick change -
Tuner sub-drivers are still static-linked to tuner.ko, this will
change after using dvb_attach and removing the probing functions.
After this change, one can deselect undesired tuner sub-drivers via Kconfig.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Acked-by: Mike Isely <isely@pobox.com>
Acked-by: Steven Toth <stoth@hauppauge.com>
Acked-by: Patrick Boettcher <pb@linuxtv.org>
Acked-by: Jarod Wilson <jwilson@redhat.com>
Acked-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 0e1d2ccc4e81..04756c342cba 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -505,15 +505,6 @@ config TUNER_3036 | |||
505 | Say Y here to include support for Philips SAB3036 compatible tuners. | 505 | Say Y here to include support for Philips SAB3036 compatible tuners. |
506 | If in doubt, say N. | 506 | If in doubt, say N. |
507 | 507 | ||
508 | config TUNER_TEA5761 | ||
509 | bool "TEA 5761 radio tuner (EXPERIMENTAL)" | ||
510 | depends on EXPERIMENTAL | ||
511 | depends on I2C | ||
512 | select VIDEO_TUNER | ||
513 | help | ||
514 | Say Y here to include support for Philips TEA5761 radio tuner. | ||
515 | If in doubt, say N. | ||
516 | |||
517 | config VIDEO_VINO | 508 | config VIDEO_VINO |
518 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" | 509 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" |
519 | depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 | 510 | depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 |