|
@@ -72,9 +72,9 @@ config VIDEO_CX88_DVB
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
module will be called cx88-dvb.
|
|
|
|
|
|
-config VIDEO_CX88_VP3054
|
|
|
- tristate "VP-3054 Secondary I2C Bus Support"
|
|
|
- default m
|
|
|
+config VIDEO_CX88_ENABLE_VP3054
|
|
|
+ bool "VP-3054 Secondary I2C Bus Support"
|
|
|
+ default y
|
|
|
depends on VIDEO_CX88_DVB && DVB_MT352
|
|
|
---help---
|
|
|
This adds DVB-T support for cards based on the
|
|
@@ -82,6 +82,11 @@ config VIDEO_CX88_VP3054
|
|
|
which also require support for the VP-3054
|
|
|
Secondary I2C bus, such at DNTV Live! DVB-T Pro.
|
|
|
|
|
|
+config VIDEO_CX88_VP3054
|
|
|
+ tristate
|
|
|
+ depends on VIDEO_CX88_DVB && VIDEO_CX88_ENABLE_VP3054
|
|
|
+ default y
|
|
|
+
|
|
|
config VIDEO_CX88_MPEG
|
|
|
tristate
|
|
|
depends on VIDEO_CX88_DVB || VIDEO_CX88_BLACKBIRD
|