diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-30 02:19:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 23:22:18 -0400 |
commit | ba7cc365f50cee0758e89217875e56ca3d972ed3 (patch) | |
tree | ea2e818d5b01bc01f45d0bc41f7b02a48e52ed0c | |
parent | c17bf5db76f19211eaed4d01614414f179a06554 (diff) |
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>
-rw-r--r-- | drivers/media/common/tuners/Kconfig | 9 |
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 @@ | |||
1 | config MEDIA_ATTACH | 1 | config MEDIA_ATTACH |
2 | bool "Load and attach frontend driver modules as needed" | 2 | bool "Load and attach frontend and tuner driver modules as needed" |
3 | depends on DVB_CORE | 3 | depends on DVB_CORE |
4 | depends on MODULES | 4 | depends on MODULES |
5 | help | 5 | help |
6 | Remove the static dependency of DVB card drivers on all | 6 | Remove the static dependency of DVB card drivers on all |
7 | frontend modules for all possible card variants. Instead, | 7 | frontend modules for all possible card variants. Instead, |
8 | allow the card drivers to only load the frontend modules | 8 | allow the card drivers to only load the frontend modules |
9 | they require. This saves several KBytes of memory. | 9 | they require. |
10 | |||
11 | Also, tuner module will automatically load a tuner driver | ||
12 | when needed, for analog mode. | ||
13 | |||
14 | This saves several KBytes of memory. | ||
10 | 15 | ||
11 | Note: You will need module-init-tools v3.2 or later for this feature. | 16 | Note: You will need module-init-tools v3.2 or later for this feature. |
12 | 17 | ||