xref: /linux/drivers/media/usb/siano/Kconfig (revision 9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Siano Mobile Silicon Digital TV device configuration
4#
5
6config SMS_USB_DRV
7	tristate "Siano SMS1xxx based MDTV receiver"
8	depends on DVB_CORE && HAS_DMA
9	depends on !RC_CORE || RC_CORE
10	select MEDIA_COMMON_OPTIONS
11	select SMS_SIANO_MDTV
12	help
13	  Choose if you would like to have Siano's support for USB interface
14
15