diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-17 15:59:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-17 15:59:13 -0400 |
commit | ff30d37083096acb56fb6edc0209d7ba36731a55 (patch) | |
tree | 2ac60b81516eaea336278b2d90801f0bf01cd482 /drivers/media/common | |
parent | fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0 (diff) |
[media] common/*/Kconfig: Remove unused helps
Those items don't have any menu anymore; they're auto-selected by
USB/PCI/MMC drivers. So, there's no sense on keeping any help
there anymore.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/b2c2/Kconfig | 5 | ||||
-rw-r--r-- | drivers/media/common/siano/Kconfig | 7 |
2 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/common/b2c2/Kconfig b/drivers/media/common/b2c2/Kconfig index 1df9e578daa5..a8c6cdfaa2f5 100644 --- a/drivers/media/common/b2c2/Kconfig +++ b/drivers/media/common/b2c2/Kconfig | |||
@@ -17,11 +17,6 @@ config DVB_B2C2_FLEXCOP | |||
17 | select DVB_CX24123 if MEDIA_SUBDRV_AUTOSELECT | 17 | select DVB_CX24123 if MEDIA_SUBDRV_AUTOSELECT |
18 | select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT | 18 | select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT |
19 | select DVB_TUNER_CX24113 if MEDIA_SUBDRV_AUTOSELECT | 19 | select DVB_TUNER_CX24113 if MEDIA_SUBDRV_AUTOSELECT |
20 | help | ||
21 | Support for the digital TV receiver chip made by B2C2 Inc. included in | ||
22 | Technisats PCI cards and USB boxes. | ||
23 | |||
24 | Say Y if you own such a device and want to use it. | ||
25 | 20 | ||
26 | # Selected via the PCI or USB flexcop drivers | 21 | # Selected via the PCI or USB flexcop drivers |
27 | config DVB_B2C2_FLEXCOP_DEBUG | 22 | config DVB_B2C2_FLEXCOP_DEBUG |
diff --git a/drivers/media/common/siano/Kconfig b/drivers/media/common/siano/Kconfig index 08d5b58dc672..3cb7823ab31b 100644 --- a/drivers/media/common/siano/Kconfig +++ b/drivers/media/common/siano/Kconfig | |||
@@ -7,14 +7,7 @@ config SMS_SIANO_MDTV | |||
7 | depends on DVB_CORE && HAS_DMA | 7 | depends on DVB_CORE && HAS_DMA |
8 | depends on SMS_USB_DRV || SMS_SDIO_DRV | 8 | depends on SMS_USB_DRV || SMS_SDIO_DRV |
9 | default y | 9 | 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 | 10 | ||
16 | Further documentation on this driver can be found on the WWW | ||
17 | at http://www.siano-ms.com/ | ||
18 | config SMS_SIANO_RC | 11 | config SMS_SIANO_RC |
19 | bool "Enable Remote Controller support for Siano devices" | 12 | bool "Enable Remote Controller support for Siano devices" |
20 | depends on SMS_SIANO_MDTV && RC_CORE | 13 | depends on SMS_SIANO_MDTV && RC_CORE |