From 33736aca41471d714f435622bc25117bb6f3fb12 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Wed, 2 Apr 2008 14:59:48 -0400 Subject: Kconfig: VIDEO_AU0828 should select DVB_AU8522 and DVB_TUNER_XC5000 From: Michael Krufky VIDEO_AU0828 should select DVB_AU8522 and DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE Signed-off-by: Michael Krufky --- linux/drivers/media/video/au0828/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/drivers/media/video/au0828/Kconfig b/linux/drivers/media/video/au0828/Kconfig index 546c9689e..439b17203 100644 --- a/linux/drivers/media/video/au0828/Kconfig +++ b/linux/drivers/media/video/au0828/Kconfig @@ -3,6 +3,8 @@ config VIDEO_AU0828 tristate "Auvitek AU0828 support" depends on VIDEO_DEV && I2C && INPUT select I2C_ALGOBIT + select DVB_AU8522 if !DVB_FE_CUSTOMIZE + select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE ---help--- This is a video4linux driver for Auvitek's USB device. -- cgit v1.2.3