]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (7798): tuners/Kconfig: Change config name and help to reflect dynamic load...
authorMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 30 Apr 2008 06:19:33 +0000 (03:19 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 30 Apr 2008 03:22:18 +0000 (00:22 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/common/tuners/Kconfig

index 7b379e1ce01bfa0e9e0e68b98cdc2ca8ef0bd7b6..5be85ff53e12bcb8ed17df65ea05434f406ce35c 100644 (file)
@@ -1,12 +1,17 @@
 config MEDIA_ATTACH
-       bool "Load and attach frontend driver modules as needed"
+       bool "Load and attach frontend and tuner driver modules as needed"
        depends on DVB_CORE
        depends on MODULES
        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. This saves several KBytes of memory.
+         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.