diff options
Diffstat (limited to 'drivers/media/common/siano/Kconfig')
-rw-r--r-- | drivers/media/common/siano/Kconfig | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/drivers/media/common/siano/Kconfig b/drivers/media/common/siano/Kconfig index 425aeadfb49d..68f0f604678e 100644 --- a/drivers/media/common/siano/Kconfig +++ b/drivers/media/common/siano/Kconfig | |||
@@ -4,14 +4,16 @@ | |||
4 | 4 | ||
5 | config SMS_SIANO_MDTV | 5 | config SMS_SIANO_MDTV |
6 | tristate | 6 | tristate |
7 | depends on DVB_CORE && RC_CORE && HAS_DMA | 7 | depends on DVB_CORE && HAS_DMA |
8 | depends on !RC_CORE || RC_CORE | ||
8 | depends on SMS_USB_DRV || SMS_SDIO_DRV | 9 | depends on SMS_USB_DRV || SMS_SDIO_DRV |
9 | default y | 10 | default y |
10 | ---help--- | ||
11 | Choose Y or M here if you have MDTV receiver with a Siano chipset. | ||
12 | |||
13 | To compile this driver as a module, choose M here | ||
14 | (The module will be called smsmdtv). | ||
15 | 11 | ||
16 | Further documentation on this driver can be found on the WWW | 12 | config SMS_SIANO_RC |
17 | at http://www.siano-ms.com/ | 13 | bool "Enable Remote Controller support for Siano devices" |
14 | depends on SMS_SIANO_MDTV && RC_CORE | ||
15 | depends on SMS_USB_DRV || SMS_SDIO_DRV | ||
16 | depends on MEDIA_COMMON_OPTIONS | ||
17 | default y | ||
18 | ---help--- | ||
19 | Choose Y to select Remote Controller support for Siano driver. | ||