diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-12 14:27:56 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 13:13:19 +0100 |
commit | 90ca8bef9082c2036a200dd2cd17924944cd339b (patch) | |
tree | ddc42bc904967006d51745c7b4dd6d516f56b7d5 /drivers/media/pci/bt8xx/Kconfig | |
parent | [media] cx231xx: remove btcx_riscmem reference (diff) | |
download | linux-90ca8bef9082c2036a200dd2cd17924944cd339b.tar.xz linux-90ca8bef9082c2036a200dd2cd17924944cd339b.zip |
[media] btcx-risc: move to bt8xx
The btcx-risc module is no longer used by other drivers except for bttv.
So move it from common to bt8xx and make it part of the bttv driver instead
of as a separate module.
This module should never have been a common module since most of the code
has always been bttv specific.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/Kconfig')
-rw-r--r-- | drivers/media/pci/bt8xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/bt8xx/Kconfig b/drivers/media/pci/bt8xx/Kconfig index 61d09e010814..496cf6b2dc43 100644 --- a/drivers/media/pci/bt8xx/Kconfig +++ b/drivers/media/pci/bt8xx/Kconfig @@ -2,7 +2,6 @@ config VIDEO_BT848 tristate "BT848 Video For Linux" depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 select I2C_ALGOBIT - select VIDEO_BTCX select VIDEOBUF_DMA_SG depends on RC_CORE select VIDEO_TUNER |