Re: [Mjpeg-users] [PATCH] media: Kconfig: cleanup VIDEO_DEV dependencies

2022-03-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Mar 2022 16:07:45 +0100 Jacopo Mondi escreveu: > Hi Mauro > > On Sun, Mar 13, 2022 at 08:12:05AM +0100, Mauro Carvalho Chehab wrote: > > media Kconfig has two entries associated to V4L API: > > VIDEO_DEV and VIDEO_V4L2. > > > > On Kernel 2.6.x, there were two V4L APIs, each one with i

Re: [Mjpeg-users] [PATCH] media: Kconfig: cleanup VIDEO_DEV dependencies

2022-03-14 Thread Jacopo Mondi
Hi Mauro On Sun, Mar 13, 2022 at 08:12:05AM +0100, Mauro Carvalho Chehab wrote: > media Kconfig has two entries associated to V4L API: > VIDEO_DEV and VIDEO_V4L2. > > On Kernel 2.6.x, there were two V4L APIs, each one with its own flag. > VIDEO_DEV were meant to: > 1) enable Video4Linux and

[Mjpeg-users] [PATCH] media: Kconfig: cleanup VIDEO_DEV dependencies

2022-03-13 Thread Mauro Carvalho Chehab
media Kconfig has two entries associated to V4L API: VIDEO_DEV and VIDEO_V4L2. On Kernel 2.6.x, there were two V4L APIs, each one with its own flag. VIDEO_DEV were meant to: 1) enable Video4Linux and make its Kconfig options to appear; 2) it makes the Kernel build the V4L core. wh