2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-06-14 16:36:01 -03:00
|
|
|
#
|
|
|
|
|
# Siano Mobile Silicon Digital TV device configuration
|
|
|
|
|
#
|
2020-03-24 13:43:23 +01:00
|
|
|
comment "MMC/SDIO DVB adapters"
|
|
|
|
|
depends on DVB_CORE && HAS_DMA && MMC
|
2012-06-14 16:36:01 -03:00
|
|
|
|
|
|
|
|
config SMS_SDIO_DRV
|
|
|
|
|
tristate "Siano SMS1xxx based MDTV via SDIO interface"
|
2012-11-07 11:09:08 +01:00
|
|
|
depends on DVB_CORE && HAS_DMA
|
2012-06-14 16:36:01 -03:00
|
|
|
depends on MMC
|
2015-01-28 18:17:44 -03:00
|
|
|
depends on !RC_CORE || RC_CORE
|
2012-10-17 16:59:01 -03:00
|
|
|
select MEDIA_COMMON_OPTIONS
|
2015-01-28 18:17:44 -03:00
|
|
|
select SMS_SIANO_MDTV
|
2019-03-20 06:39:44 -04:00
|
|
|
help
|
2012-06-14 16:36:01 -03:00
|
|
|
Choose if you would like to have Siano's support for SDIO interface
|