diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-25 07:24:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-25 07:25:09 -0300 |
commit | 188af63c0af2d7ef395bc94e3efa173f34dae03d (patch) | |
tree | c2648c26ac37b836140ad499e0f5c0eec5586f5f /drivers/media/tuners/Kconfig | |
parent | 05959be7b646e8755a9339ad13e3b87849249f90 (diff) | |
parent | bb69ee27b96110c509d5b92c9ee541d81a821706 (diff) | |
download | linux-stable-188af63c0af2d7ef395bc94e3efa173f34dae03d.tar.gz linux-stable-188af63c0af2d7ef395bc94e3efa173f34dae03d.tar.bz2 linux-stable-188af63c0af2d7ef395bc94e3efa173f34dae03d.zip |
Merge branch 'v4l_for_linus' into patchwork
* v4l_for_linus:
[media] Fix build when drivers are builtin and frontend modules
[media] s5p makefiles: don't override other selections on obj-[ym]
[media] exynos4-is: Fix FIMC-IS clocks initialization
[media] rtl28xxu: fix buffer overflow when probing Rafael Micro r820t tuner
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/tuners/Kconfig')
-rw-r--r-- | drivers/media/tuners/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/media/tuners/Kconfig b/drivers/media/tuners/Kconfig index f6768cad001a..15665debc572 100644 --- a/drivers/media/tuners/Kconfig +++ b/drivers/media/tuners/Kconfig @@ -1,23 +1,3 @@ -config MEDIA_ATTACH - bool "Load and attach frontend and tuner driver modules as needed" - depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT - depends on MODULES - default y if !EXPERT - help - Remove the static dependency of DVB card drivers on all - frontend modules for all possible card variants. Instead, - allow the card drivers to only load the frontend modules - they require. - - Also, tuner module will automatically load a tuner driver - when needed, for analog mode. - - This saves several KBytes of memory. - - Note: You will need module-init-tools v3.2 or later for this feature. - - If unsure say Y. - # Analog TV tuners, auto-loaded via tuner.ko config MEDIA_TUNER tristate |