diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-06 10:46:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-06 10:46:12 -0300 |
commit | 29ec5382e6adf0ae633cc7d1b0b1bbc030446aa0 (patch) | |
tree | a6e56a5e1f4c08829072cdf97f65b8de74b38df4 /linux/drivers/media/video/cx88/Kconfig | |
parent | f9de0013eede12a00d0ab63a345afa89a1d2bca4 (diff) | |
download | mediapointer-dvb-s2-29ec5382e6adf0ae633cc7d1b0b1bbc030446aa0.tar.gz mediapointer-dvb-s2-29ec5382e6adf0ae633cc7d1b0b1bbc030446aa0.tar.bz2 |
cx88: fix Kconfig depencencies for FW_LOADER
From: Mauro Carvalho Chehab <mchehab@infradead.org>
cx88 doesn't need support for FW_LOADER. Instead, this is required only for
cx88-blackbird.
Also, cx88-blackbird depends on HOTPLUG, due to FW_LOADER dependency.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 f1e799141..10e20d819 100644 --- a/linux/drivers/media/video/cx88/Kconfig +++ b/linux/drivers/media/video/cx88/Kconfig @@ -2,7 +2,6 @@ config VIDEO_CX88 tristate "Conexant 2388x (bt878 successor) support" depends on VIDEO_DEV && PCI && I2C && INPUT select I2C_ALGOBIT - select FW_LOADER select VIDEO_BTCX select VIDEOBUF_DMA_SG select VIDEO_TUNER @@ -34,8 +33,9 @@ config VIDEO_CX88_ALSA config VIDEO_CX88_BLACKBIRD tristate "Blackbird MPEG encoder support (cx2388x + cx23416)" - depends on VIDEO_CX88 + depends on VIDEO_CX88 && HOTPLUG select VIDEO_CX2341X + select FW_LOADER ---help--- This adds support for MPEG encoder cards based on the Blackbird reference design, using the Conexant 2388x |