aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-20 13:48:02 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-21 07:05:06 -0400
commitfccea74ff8b5159935acc7b4b4857ee81ee44661 (patch)
treee5d67c5a7993c5d71478f4cb833f7631113f1333 /drivers/media/usb/au0828
parentfc2bbfb2c3d77c0b6da76224ef1575f0e90327e8 (diff)
[media] Kconfig: merge all customise options into just one
Instead of having 3 options to allow customizing the media sub-drivers (tuners, I2C drivers, frontends), merge all of them into just one. That simplifies the life for users, as they can just keep this untouched. Life for developers is also simpler, as there's now just one Kconfig item to remember, for the ancillary sub-drivers providing supports for chips that could change from one board design to another. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/au0828')
-rw-r--r--drivers/media/usb/au0828/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/usb/au0828/Kconfig b/drivers/media/usb/au0828/Kconfig
index 23f7fd22f0eb..385e557ba910 100644
--- a/drivers/media/usb/au0828/Kconfig
+++ b/drivers/media/usb/au0828/Kconfig
@@ -6,11 +6,11 @@ config VIDEO_AU0828
6 select I2C_ALGOBIT 6 select I2C_ALGOBIT
7 select VIDEO_TVEEPROM 7 select VIDEO_TVEEPROM
8 select VIDEOBUF_VMALLOC 8 select VIDEOBUF_VMALLOC
9 select DVB_AU8522_DTV if !DVB_FE_CUSTOMISE 9 select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT
10 select DVB_AU8522_V4L if !DVB_FE_CUSTOMISE 10 select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT
11 select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE 11 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
12 select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE 12 select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
13 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE 13 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
14 ---help--- 14 ---help---
15 This is a video4linux driver for Auvitek's USB device. 15 This is a video4linux driver for Auvitek's USB device.
16 16