mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
0013ca8c52
siano is, in fact, 2 drivers: one for MMC and one for USB, plus a common bus-independent code. Break it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
#
|
|
# Siano Mobile Silicon Digital TV device configuration
|
|
#
|
|
|
|
config SMS_SIANO_MDTV
|
|
tristate
|
|
depends on DVB_CORE && RC_CORE && HAS_DMA
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
default y
|
|
---help---
|
|
Choose Y or M here if you have MDTV receiver with a Siano chipset.
|
|
|
|
To compile this driver as a module, choose M here
|
|
(The module will be called smsmdtv).
|
|
|
|
Further documentation on this driver can be found on the WWW
|
|
at http://www.siano-ms.com/
|