xref: /linux/drivers/media/pci/netup_unidvb/Kconfig (revision 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e)
1*52b1eaf4SKozlov Sergeyconfig DVB_NETUP_UNIDVB
2*52b1eaf4SKozlov Sergey	tristate "NetUP Universal DVB card support"
3*52b1eaf4SKozlov Sergey	depends on DVB_CORE && VIDEO_DEV && PCI && I2C && SPI_MASTER
4*52b1eaf4SKozlov Sergey    select VIDEOBUF2_DVB
5*52b1eaf4SKozlov Sergey    select VIDEOBUF2_VMALLOC
6*52b1eaf4SKozlov Sergey	select DVB_HORUS3A if MEDIA_SUBDRV_AUTOSELECT
7*52b1eaf4SKozlov Sergey	select DVB_ASCOT2E if MEDIA_SUBDRV_AUTOSELECT
8*52b1eaf4SKozlov Sergey	select DVB_LNBH25 if MEDIA_SUBDRV_AUTOSELECT
9*52b1eaf4SKozlov Sergey	select DVB_CXD2841ER if MEDIA_SUBDRV_AUTOSELECT
10*52b1eaf4SKozlov Sergey	---help---
11*52b1eaf4SKozlov Sergey	  Support for NetUP PCI express Universal DVB card.
12*52b1eaf4SKozlov Sergey
13