diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-07 11:51:18 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-07 11:51:18 +0000 |
commit | 54d62ea7926b3102e2fbc1daae5a3075e95f59e9 (patch) | |
tree | b1302196cf2eda1fb1ee6e332d1be7b0378be5dc /linux/drivers/media/video/cx88/Kconfig | |
parent | 612cbef536b856016be222ee2da010e9a34c433b (diff) | |
download | mediapointer-dvb-s2-54d62ea7926b3102e2fbc1daae5a3075e95f59e9.tar.gz mediapointer-dvb-s2-54d62ea7926b3102e2fbc1daae5a3075e95f59e9.tar.bz2 |
kernel-sync patches.
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88/Kconfig')
-rw-r--r-- | linux/drivers/media/video/cx88/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/Kconfig b/linux/drivers/media/video/cx88/Kconfig index ec6201a32..e2276a20e 100644 --- a/linux/drivers/media/video/cx88/Kconfig +++ b/linux/drivers/media/video/cx88/Kconfig @@ -92,8 +92,8 @@ config VIDEO_CX88_DVB_NXT200X Connexant 2388x chip and the NXT2002/NXT2004 demodulator. config VIDEO_CX88_DVB_CX24123 - bool "Conexant CX24123 DVB-S Support" - default y + tristate "Conexant CX24123 DVB-S Support" + default m depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS select DVB_CX24123 ---help--- |