diff options
Diffstat (limited to 'drivers/media')
-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 | ||