summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-06-17 11:32:08 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2008-06-17 11:32:08 -0400
commit65999637d5f59dd16f3e580c93612c88bcdd4733 (patch)
tree736d20f382b2b8549afb365674bbbb6140ee68ee /linux/drivers
parentad575f86397d3069812c1acf04c258b4d9129e6d (diff)
downloadmediapointer-dvb-s2-65999637d5f59dd16f3e580c93612c88bcdd4733.tar.gz
mediapointer-dvb-s2-65999637d5f59dd16f3e580c93612c88bcdd4733.tar.bz2
Kconfig: MEDIA_TUNER_CUSTOMIZE should be disabled by default
From: Michael Krufky <mkrufky@linuxtv.org> The build option, MEDIA_TUNER_CUSTOMIZE, allows us to disable tuner drivers that would have otherwise been selected by default. This is an advanced customization option that should be disabled by default. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/common/tuners/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/common/tuners/Kconfig b/linux/drivers/media/common/tuners/Kconfig
index 85482960d..850d5689b 100644
--- a/linux/drivers/media/common/tuners/Kconfig
+++ b/linux/drivers/media/common/tuners/Kconfig
@@ -34,6 +34,7 @@ config MEDIA_TUNER
menuconfig MEDIA_TUNER_CUSTOMIZE
bool "Customize analog and hybrid tuner modules to build"
depends on MEDIA_TUNER
+ default n
help
This allows the user to deselect tuner drivers unnecessary
for their hardware from the build. Use this option with care