diff options
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index ff0f72340d69..630273992a41 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -1,3 +1,7 @@ | |||
1 | config VIDEO_CX88_VP3054 | ||
2 | tristate | ||
3 | depends on VIDEO_CX88_DVB && DVB_MT352 | ||
4 | |||
1 | config VIDEO_CX88 | 5 | config VIDEO_CX88 |
2 | tristate "Conexant 2388x (bt878 successor) support" | 6 | tristate "Conexant 2388x (bt878 successor) support" |
3 | depends on VIDEO_DEV && PCI && I2C | 7 | depends on VIDEO_DEV && PCI && I2C |
@@ -25,7 +29,7 @@ config VIDEO_CX88_ALSA | |||
25 | 29 | ||
26 | It only works with boards with function 01 enabled. | 30 | It only works with boards with function 01 enabled. |
27 | To check if your board supports, use lspci -n. | 31 | To check if your board supports, use lspci -n. |
28 | If supported, you should see 1471:8801 or 1471:8811 | 32 | If supported, you should see 14f1:8801 or 14f1:8811 |
29 | PCI device. | 33 | PCI device. |
30 | 34 | ||
31 | To compile this driver as a module, choose M here: the | 35 | To compile this driver as a module, choose M here: the |
@@ -73,10 +77,11 @@ config VIDEO_CX88_DVB_MT352 | |||
73 | This adds DVB-T support for cards based on the | 77 | This adds DVB-T support for cards based on the |
74 | Connexant 2388x chip and the MT352 demodulator. | 78 | Connexant 2388x chip and the MT352 demodulator. |
75 | 79 | ||
76 | config VIDEO_CX88_VP3054 | 80 | config VIDEO_CX88_DVB_VP3054 |
77 | tristate "VP-3054 Secondary I2C Bus Support" | 81 | bool "VP-3054 Secondary I2C Bus Support" |
78 | default m | 82 | default y |
79 | depends on DVB_MT352 | 83 | depends on VIDEO_CX88_DVB_MT352 |
84 | select VIDEO_CX88_VP3054 | ||
80 | ---help--- | 85 | ---help--- |
81 | This adds DVB-T support for cards based on the | 86 | This adds DVB-T support for cards based on the |
82 | Connexant 2388x chip and the MT352 demodulator, | 87 | Connexant 2388x chip and the MT352 demodulator, |