diff options
Diffstat (limited to 'linux/drivers/media/video/ngene/Kconfig')
-rw-r--r-- | linux/drivers/media/video/ngene/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ngene/Kconfig b/linux/drivers/media/video/ngene/Kconfig new file mode 100644 index 000000000..835dea4f6 --- /dev/null +++ b/linux/drivers/media/video/ngene/Kconfig @@ -0,0 +1,11 @@ +config VIDEO_NGENE + tristate "Micronas nGene support" + depends on DVB_CORE && VIDEO_DEV && PCI && I2C + select DVB_LNBP21 if !DVB_FE_CUSTOMISE + select DVB_STV6110x if !DVB_FE_CUSTOMISE + select DVB_STV6110 if !DVB_FE_CUSTOMISE + select DVB_STV090x if !DVB_FE_CUSTOMISE + select DVB_STV0900 if !DVB_FE_CUSTOMISE + ---help--- + Support for Micronas PCI express cards with nGene bridge. + |