aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-30 03:19:33 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-30 00:22:18 -0300
commitba7cc365f50cee0758e89217875e56ca3d972ed3 (patch)
treeea2e818d5b01bc01f45d0bc41f7b02a48e52ed0c /drivers/media/common/tuners/Kconfig
parentV4L/DVB (7794): cx88: Fix a warning (diff)
downloadlinux-dev-ba7cc365f50cee0758e89217875e56ca3d972ed3.tar.xz
linux-dev-ba7cc365f50cee0758e89217875e56ca3d972ed3.zip
V4L/DVB (7798): tuners/Kconfig: Change config name and help to reflect dynamic load for tuners
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/common/tuners/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/Kconfig b/drivers/media/common/tuners/Kconfig
index 7b379e1ce01b..5be85ff53e12 100644
--- a/drivers/media/common/tuners/Kconfig
+++ b/drivers/media/common/tuners/Kconfig
@@ -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.