diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-04-27 11:31:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:01 -0400 |
commit | 9ab1ba38e6a25a480234f196aa26239e28ac2407 (patch) | |
tree | 9f09262a37a5bc3a7010d837a427daa05f69e3c6 /drivers/media/dvb/dvb-usb/Kconfig | |
parent | 982dd1bdaab39185ccd55cafd3c099b7fee5f2dd (diff) |
V4L/DVB (5361): Dvb-pll: Fix Kconfig files and allow dvb-pll to be optional
A number of drivers selected DVB_PLL when they did not need it, and some
that did need it did not select it.
The DVB_PLL option is given a name and help text, so that it will show up
in the config menu. DVB_PLL support can be turned on if an out-of-tree
driver needs it.
The standard dvb fe customization support is added to dvb-pll.h. Since
all modules which select DVB_PLL do so unconditionally, it is not
possible to turn dvb-pll off when an enabled module selects it, unlike
most of the other frontend/tuner drivers. This is because the users of
dvb-pll have static references to dvb-pll symbols other than the attach
function. If these references are removed, then dvb-pll will be
disablable as the other frontend/tuner drivers are.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index 80f67a51b908..cb727b812692 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -33,6 +33,7 @@ config DVB_USB_A800 | |||
33 | config DVB_USB_DIBUSB_MB | 33 | config DVB_USB_DIBUSB_MB |
34 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" | 34 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" |
35 | depends on DVB_USB | 35 | depends on DVB_USB |
36 | select DVB_PLL | ||
36 | select DVB_DIB3000MB | 37 | select DVB_DIB3000MB |
37 | select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE | 38 | select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
38 | help | 39 | help |
@@ -88,6 +89,7 @@ config DVB_USB_DIB0700 | |||
88 | config DVB_USB_UMT_010 | 89 | config DVB_USB_UMT_010 |
89 | tristate "HanfTek UMT-010 DVB-T USB2.0 support" | 90 | tristate "HanfTek UMT-010 DVB-T USB2.0 support" |
90 | depends on DVB_USB | 91 | depends on DVB_USB |
92 | select DVB_PLL | ||
91 | select DVB_DIB3000MC | 93 | select DVB_DIB3000MC |
92 | select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE | 94 | select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
93 | help | 95 | help |
@@ -96,6 +98,7 @@ config DVB_USB_UMT_010 | |||
96 | config DVB_USB_CXUSB | 98 | config DVB_USB_CXUSB |
97 | tristate "Conexant USB2.0 hybrid reference design support" | 99 | tristate "Conexant USB2.0 hybrid reference design support" |
98 | depends on DVB_USB | 100 | depends on DVB_USB |
101 | select DVB_PLL | ||
99 | select DVB_CX22702 if !DVB_FE_CUSTOMISE | 102 | select DVB_CX22702 if !DVB_FE_CUSTOMISE |
100 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | 103 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE |
101 | select DVB_TUNER_LGH06XF if !DVB_FE_CUSTOMISE | 104 | select DVB_TUNER_LGH06XF if !DVB_FE_CUSTOMISE |
@@ -140,6 +143,7 @@ config DVB_USB_AU6610 | |||
140 | config DVB_USB_DIGITV | 143 | config DVB_USB_DIGITV |
141 | tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" | 144 | tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" |
142 | depends on DVB_USB | 145 | depends on DVB_USB |
146 | select DVB_PLL | ||
143 | select DVB_NXT6000 if !DVB_FE_CUSTOMISE | 147 | select DVB_NXT6000 if !DVB_FE_CUSTOMISE |
144 | select DVB_MT352 if !DVB_FE_CUSTOMISE | 148 | select DVB_MT352 if !DVB_FE_CUSTOMISE |
145 | help | 149 | help |