diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-11-07 04:26:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-08 08:52:21 -0500 |
commit | 1df3a2c6d036f4923c229fa98725deda320680e1 (patch) | |
tree | cbc6f8bba6869309ef04c19f6fd04186add0663f | |
parent | 486eeb5628f812b4836405e2b2e76594287dd873 (diff) |
[media] cx88: fix menu level for the VP-3054 module
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index 5c42abdf422f..3598dc087b08 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -70,11 +70,6 @@ config VIDEO_CX88_DVB | |||
70 | To compile this driver as a module, choose M here: the | 70 | To compile this driver as a module, choose M here: the |
71 | module will be called cx88-dvb. | 71 | module will be called cx88-dvb. |
72 | 72 | ||
73 | config VIDEO_CX88_MPEG | ||
74 | tristate | ||
75 | depends on VIDEO_CX88_DVB || VIDEO_CX88_BLACKBIRD | ||
76 | default y | ||
77 | |||
78 | config VIDEO_CX88_VP3054 | 73 | config VIDEO_CX88_VP3054 |
79 | tristate "VP-3054 Secondary I2C Bus Support" | 74 | tristate "VP-3054 Secondary I2C Bus Support" |
80 | default m | 75 | default m |
@@ -84,3 +79,8 @@ config VIDEO_CX88_VP3054 | |||
84 | Conexant 2388x chip and the MT352 demodulator, | 79 | Conexant 2388x chip and the MT352 demodulator, |
85 | which also require support for the VP-3054 | 80 | which also require support for the VP-3054 |
86 | Secondary I2C bus, such at DNTV Live! DVB-T Pro. | 81 | Secondary I2C bus, such at DNTV Live! DVB-T Pro. |
82 | |||
83 | config VIDEO_CX88_MPEG | ||
84 | tristate | ||
85 | depends on VIDEO_CX88_DVB || VIDEO_CX88_BLACKBIRD | ||
86 | default y | ||