diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-04 15:05:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-06 08:23:26 -0400 |
commit | 115ad55e9c10bad551357a4f4d43d57aaa776bf0 (patch) | |
tree | 249f3069240e8432736fbde5562b3408ab1b2118 /drivers/media/dvb | |
parent | 69abe02e785f29b52658b74c8084f8d9f4432f19 (diff) |
[media] dvb-usb-v2: Don't ask user to select Cypress firmware module
The dvb-usb-v2 cypress firmware module is not optional, as drivers
won't work without it. So, instead of opening a menu for the user to
manually select, let the drivers that need it to select, hiding this
option from the Kconfig menu.
Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/dvb-usb-v2/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/dvb/dvb-usb-v2/Kconfig b/drivers/media/dvb/dvb-usb-v2/Kconfig index 81f0f1c03c1c..98b8fb59cd28 100644 --- a/drivers/media/dvb/dvb-usb-v2/Kconfig +++ b/drivers/media/dvb/dvb-usb-v2/Kconfig | |||
@@ -16,14 +16,6 @@ config DVB_USB_V2 | |||
16 | config DVB_USB_CYPRESS_FIRMWARE | 16 | config DVB_USB_CYPRESS_FIRMWARE |
17 | tristate "Cypress firmware helper routines" | 17 | tristate "Cypress firmware helper routines" |
18 | depends on DVB_USB_V2 | 18 | depends on DVB_USB_V2 |
19 | help | ||
20 | Common firmware download routine for various Cypress USB interface | ||
21 | chips. | ||
22 | |||
23 | Supported models are: | ||
24 | Cypress AN2135 | ||
25 | Cypress AN2235 | ||
26 | Cypress FX2 | ||
27 | 19 | ||
28 | config DVB_USB_AF9015 | 20 | config DVB_USB_AF9015 |
29 | tristate "Afatech AF9015 DVB-T USB2.0 support" | 21 | tristate "Afatech AF9015 DVB-T USB2.0 support" |