diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-02 10:06:23 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-02 10:06:23 -0300 |
| commit | f83f00e90d1a9d7af59529a8bed25832ece5e170 (patch) | |
| tree | 4de157da4a7d8c2eb5513750d7c049b745b60e5d /linux/drivers/media/video/zc0301 | |
| parent | 42bc9b89509b57c5c67c9588e7c37fea83989529 (diff) | |
| download | mediapointer-dvb-s2-f83f00e90d1a9d7af59529a8bed25832ece5e170.tar.gz mediapointer-dvb-s2-f83f00e90d1a9d7af59529a8bed25832ece5e170.tar.bz2 | |
Use menuconfig objects II - V4L
From: Jan Engelhardt <jengelh@linux01.gwdg.de>
Change Kconfig objects from "menu, config" into "menuconfig" so
that the user can disable the whole feature without having to
enter the menu first.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/zc0301')
| -rw-r--r-- | linux/drivers/media/video/zc0301/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/zc0301/Kconfig b/linux/drivers/media/video/zc0301/Kconfig index a859a6920..47cd93f9c 100644 --- a/linux/drivers/media/video/zc0301/Kconfig +++ b/linux/drivers/media/video/zc0301/Kconfig @@ -1,6 +1,6 @@ config USB_ZC0301 tristate "USB ZC0301[P] Image Processor and Control Chip support" - depends on USB && VIDEO_V4L1 + depends on VIDEO_V4L1 ---help--- Say Y here if you want support for cameras based on the ZC0301 or ZC0301P Image Processors and Control Chips. |
