* [PATCH] cx231xx: Add missing selects for MEDIA_SUBDRV_AUTOSELECT
@ 2013-11-27 16:14 Matthias Schwarzott
0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott @ 2013-11-27 16:14 UTC (permalink / raw)
To: linux-media, m.chehab
The two drivers LGDT3305 and TDA18271C2DD were not autoselected, so the
cx231xx_dvb module could not be loaded if MEDIA_SUBDRV_AUTOSELECT is
enabled.
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
---
drivers/media/usb/cx231xx/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/usb/cx231xx/Kconfig
b/drivers/media/usb/cx231xx/Kconfig
index 86feeea..f14c5e8 100644
--- a/drivers/media/usb/cx231xx/Kconfig
+++ b/drivers/media/usb/cx231xx/Kconfig
@@ -45,6 +45,8 @@ config VIDEO_CX231XX_DVB
select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT
+ select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
+ select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT
---help---
This adds support for DVB cards based on the
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-27 16:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27 16:14 [PATCH] cx231xx: Add missing selects for MEDIA_SUBDRV_AUTOSELECT Matthias Schwarzott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox