2012-06-14 21:36:01 +02:00
|
|
|
#
|
|
|
|
# Siano Mobile Silicon Digital TV device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config SMS_SIANO_MDTV
|
|
|
|
tristate
|
2012-10-17 21:59:01 +02:00
|
|
|
depends on DVB_CORE && HAS_DMA
|
2012-11-07 11:09:08 +01:00
|
|
|
depends on !RC_CORE || RC_CORE
|
2012-06-14 21:36:01 +02:00
|
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
|
|
default y
|
|
|
|
|
2012-10-17 21:59:01 +02:00
|
|
|
config SMS_SIANO_RC
|
|
|
|
bool "Enable Remote Controller support for Siano devices"
|
|
|
|
depends on SMS_SIANO_MDTV && RC_CORE
|
|
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
|
|
depends on MEDIA_COMMON_OPTIONS
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Choose Y to select Remote Controller support for Siano driver.
|