V4L/DVB (5702): Fix Kconfig items to avoid linkedition errors
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 26 May 2007 13:45:28 +0000 (10:45 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 8 Jun 2007 11:21:12 +0000 (08:21 -0300)
commit05f85839a2ffcaa75d505526ca8e74097be18d8c
tree183cf94e950c8847dc3b6f373d5265c0b0865c30
parent85f6038f2170e3335dda09c3dfb0f83110e87019
V4L/DVB (5702): Fix Kconfig items to avoid linkedition errors

The recent changes on Kconfig broke compilation when VIDEO_DEV is compiled
as module. On some cases, drivers like VIDEO_BUF are compiled with 'y' option
instead of 'm':

...

Thanks to: Toralf Forster <toralf.foerster@gmx.de> for pointing this issue.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/common/Kconfig
drivers/media/video/Kconfig