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

2022-03-18 Thread Shuah Khan
On 3/14/22 1:55 AM, 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 make its Kconfig options to appear;

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

2022-03-14 Thread Neil Armstrong
On 14/03/2022 08:55, 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 make its Kconfig options to appear;

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

2022-03-14 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