diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-05-02 10:06:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-09 10:12:39 -0300 |
commit | c5da5afb9d7b244cfe3334c77e90b4296cf5f263 (patch) | |
tree | c71a9e4bcd123296b2fe6882788a83a8f72f9452 /drivers/media/video/em28xx/Kconfig | |
parent | 480b55c26e2f6408e86f22a69fcecc29e019e819 (diff) | |
download | blackbird-op-linux-c5da5afb9d7b244cfe3334c77e90b4296cf5f263.tar.gz blackbird-op-linux-c5da5afb9d7b244cfe3334c77e90b4296cf5f263.zip |
V4L/DVB (5586): Use menuconfig objects II - V4L
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 'drivers/media/video/em28xx/Kconfig')
-rw-r--r-- | drivers/media/video/em28xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig index 9285a58e47aa..3823b62da4a4 100644 --- a/drivers/media/video/em28xx/Kconfig +++ b/drivers/media/video/em28xx/Kconfig @@ -1,6 +1,6 @@ config VIDEO_EM28XX tristate "Empia EM2800/2820/2840 USB video capture support" - depends on VIDEO_V4L1 && USB && I2C + depends on VIDEO_V4L1 && I2C select VIDEO_BUF select VIDEO_TUNER select VIDEO_TVEEPROM |