diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-03 14:39:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-03 14:39:29 -0300 |
commit | cf1ab0d168c5d827c0d26693162ccdf0a3833e95 (patch) | |
tree | 3b199bff33dcb1d6413db5c998f0f262a7376a3f /linux/drivers/media/video/sn9c102 | |
parent | 174f5c0d1ce157e9df731187e0d7702795977de6 (diff) | |
download | mediapointer-dvb-s2-cf1ab0d168c5d827c0d26693162ccdf0a3833e95.tar.gz mediapointer-dvb-s2-cf1ab0d168c5d827c0d26693162ccdf0a3833e95.tar.bz2 |
Backed out changeset d130e8e1eb762e055371d5e3e1724d7735bad244
Also reverting this one. V4L/DVB building system can't handle
menuconfig and if/endif Kconfig items.
We should first patch the building system before reapplying
those two patches.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/sn9c102')
-rw-r--r-- | linux/drivers/media/video/sn9c102/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/sn9c102/Kconfig b/linux/drivers/media/video/sn9c102/Kconfig index f71f27277..19204f568 100644 --- a/linux/drivers/media/video/sn9c102/Kconfig +++ b/linux/drivers/media/video/sn9c102/Kconfig @@ -1,6 +1,6 @@ config USB_SN9C102 tristate "USB SN9C1xx PC Camera Controller support" - depends on VIDEO_V4L2 + depends on USB && VIDEO_V4L2 ---help--- Say Y here if you want support for cameras based on SONiX SN9C101, SN9C102, SN9C103, SN9C105 and SN9C120 PC Camera Controllers. |