diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-17 16:59:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-17 16:59:01 -0300 |
commit | fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0 (patch) | |
tree | c9bd13d5cfd6ef0701752be40405962f4d1c507e /drivers/media/mmc | |
parent | 2c76a12ae9f5e6e2afc400bfbdd8b326e7d36b2a (diff) | |
download | linux-3.10-fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0.tar.gz linux-3.10-fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0.tar.bz2 linux-3.10-fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0.zip |
[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/mmc')
-rw-r--r-- | drivers/media/mmc/siano/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/mmc/siano/Kconfig b/drivers/media/mmc/siano/Kconfig index fa62475be3b..69f8061602a 100644 --- a/drivers/media/mmc/siano/Kconfig +++ b/drivers/media/mmc/siano/Kconfig @@ -6,5 +6,6 @@ config SMS_SDIO_DRV tristate "Siano SMS1xxx based MDTV via SDIO interface" depends on DVB_CORE && RC_CORE && HAS_DMA depends on MMC + select MEDIA_COMMON_OPTIONS ---help--- Choose if you would like to have Siano's support for SDIO interface |