From 1269bfa21b6a96a8aec5432ba5961183bd92b1af Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 30 Apr 2008 03:19:33 -0300 Subject: [PATCH] --- yaml --- r: 95071 b: refs/heads/master c: ba7cc365f50cee0758e89217875e56ca3d972ed3 h: refs/heads/master i: 95069: d4a5ecd3cffd3adaedd2dc03b8dd331bc5698c40 95067: d0031a0c47e736bb7879c9dd61423ec04798c982 95063: 6a461c92c7f2c78b50a5e77c3398539b823f4ae6 95055: 391932d35b74831e010a89fc6b8146c07981aecb 95039: 60b55640ff679a9fba1ca05ebcb23ca5e21ad8be v: v3 --- [refs] | 2 +- trunk/drivers/media/common/tuners/Kconfig | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4a1dec528672..eece745ed41d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c17bf5db76f19211eaed4d01614414f179a06554 +refs/heads/master: ba7cc365f50cee0758e89217875e56ca3d972ed3 diff --git a/trunk/drivers/media/common/tuners/Kconfig b/trunk/drivers/media/common/tuners/Kconfig index 7b379e1ce01b..5be85ff53e12 100644 --- a/trunk/drivers/media/common/tuners/Kconfig +++ b/trunk/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.