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 | 174f5c0d1ce157e9df731187e0d7702795977de6 (patch) | |
tree | 0ab9153f17d59231192ee3a086e6a461f6f0a712 /linux/drivers/media/video/et61x251 | |
parent | bc6904a7147ba36928a3a859508155090c432f92 (diff) | |
download | mediapointer-dvb-s2-174f5c0d1ce157e9df731187e0d7702795977de6.tar.gz mediapointer-dvb-s2-174f5c0d1ce157e9df731187e0d7702795977de6.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/et61x251')
-rw-r--r-- | linux/drivers/media/video/et61x251/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/et61x251/Kconfig b/linux/drivers/media/video/et61x251/Kconfig index c6bff7056..664676f44 100644 --- a/linux/drivers/media/video/et61x251/Kconfig +++ b/linux/drivers/media/video/et61x251/Kconfig @@ -1,6 +1,6 @@ config USB_ET61X251 tristate "USB ET61X[12]51 PC Camera Controller support" - depends on USB && VIDEO_V4L1 + depends on VIDEO_V4L1 ---help--- Say Y here if you want support for cameras based on Etoms ET61X151 or ET61X251 PC Camera Controllers. |