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