diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-12 10:27:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 10:13:19 -0200 |
commit | 90ca8bef9082c2036a200dd2cd17924944cd339b (patch) | |
tree | ddc42bc904967006d51745c7b4dd6d516f56b7d5 /drivers/media/common/Kconfig | |
parent | 1e4518086ae863814a3481a180264a1ac89a730b (diff) | |
download | blackbird-obmc-linux-90ca8bef9082c2036a200dd2cd17924944cd339b.tar.gz blackbird-obmc-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/common/Kconfig')
-rw-r--r-- | drivers/media/common/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig index b85f88c8ddbd..21154dd87b0b 100644 --- a/drivers/media/common/Kconfig +++ b/drivers/media/common/Kconfig @@ -8,10 +8,6 @@ comment "common driver options" config VIDEO_CX2341X tristate -config VIDEO_BTCX - depends on PCI - tristate - config VIDEO_TVEEPROM tristate depends on I2C |