diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-17 23:59:01 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-17 23:59:01 +0400 |
commit | fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0 (patch) | |
tree | c9bd13d5cfd6ef0701752be40405962f4d1c507e /drivers/media/common/siano/Kconfig | |
parent | 2c76a12ae9f5e6e2afc400bfbdd8b326e7d36b2a (diff) | |
download | linux-fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0.tar.xz |
[media] siano: allow compiling it without RC support
Remote controller support should be optional on all drivers.
Make it optional at Siano's driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/siano/Kconfig')
-rw-r--r-- | drivers/media/common/siano/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/media/common/siano/Kconfig b/drivers/media/common/siano/Kconfig index 425aeadfb49d..08d5b58dc672 100644 --- a/drivers/media/common/siano/Kconfig +++ b/drivers/media/common/siano/Kconfig @@ -4,7 +4,7 @@ config SMS_SIANO_MDTV tristate - depends on DVB_CORE && RC_CORE && HAS_DMA + depends on DVB_CORE && HAS_DMA depends on SMS_USB_DRV || SMS_SDIO_DRV default y ---help--- @@ -15,3 +15,11 @@ config SMS_SIANO_MDTV Further documentation on this driver can be found on the WWW at http://www.siano-ms.com/ +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. |