diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-06 07:57:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-08 16:11:25 -0200 |
commit | f1c50f2489f40494658a6b7326bd6d5a26f72711 (patch) | |
tree | 69af5dd2ec1c65bea75976c51c3672e80fced0c1 /drivers/media/common/Kconfig | |
parent | 625958207752519bd0e49d0dcdde61a20ac081b3 (diff) | |
download | lwn-f1c50f2489f40494658a6b7326bd6d5a26f72711.tar.gz lwn-f1c50f2489f40494658a6b7326bd6d5a26f72711.zip |
[media] btcx-risc: move from media/i2c to media/common
The btcx-risc module is a helper module for bttv/conexant based TV cards.
It isn't an i2c module at all, instead it should be in common since it is
used by 4 pci drivers.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/Kconfig')
-rw-r--r-- | drivers/media/common/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig index dfac52f312cf..28c8a602e7ef 100644 --- a/drivers/media/common/Kconfig +++ b/drivers/media/common/Kconfig @@ -8,6 +8,10 @@ comment "common driver options" config VIDEO_CX2341X tristate +config VIDEO_BTCX + depends on PCI + tristate + source "drivers/media/common/b2c2/Kconfig" source "drivers/media/common/saa7146/Kconfig" source "drivers/media/common/siano/Kconfig" |