diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-17 14:32:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:10:05 -0400 |
commit | fb733bf52377a2a91d9f85775a2bd1d877927ea0 (patch) | |
tree | 96e99be442aba5c2691b290f23ee3cdd12999e25 /drivers/media/common | |
parent | 03a0ea11e2db5cf4fb47ca78cb25c4f7b9c8293b (diff) |
V4L/DVB (8060): Kconfig: MEDIA_TUNER_CUSTOMIZE should be disabled by default
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/tuners/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/Kconfig b/drivers/media/common/tuners/Kconfig index 85482960d012..850d5689b14d 100644 --- a/drivers/media/common/tuners/Kconfig +++ b/drivers/media/common/tuners/Kconfig | |||
@@ -34,6 +34,7 @@ config MEDIA_TUNER | |||
34 | menuconfig MEDIA_TUNER_CUSTOMIZE | 34 | menuconfig MEDIA_TUNER_CUSTOMIZE |
35 | bool "Customize analog and hybrid tuner modules to build" | 35 | bool "Customize analog and hybrid tuner modules to build" |
36 | depends on MEDIA_TUNER | 36 | depends on MEDIA_TUNER |
37 | default n | ||
37 | help | 38 | help |
38 | This allows the user to deselect tuner drivers unnecessary | 39 | This allows the user to deselect tuner drivers unnecessary |
39 | for their hardware from the build. Use this option with care | 40 | for their hardware from the build. Use this option with care |