Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1462687
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 14/14] media: platform: pxa_camera: move pxa_camera out of soc_camera |
| Date | 2016-08-15 12:10 +0200 |
| Message-ID | <s6n0e-4eK-9@gated-at.bofh.it> (permalink) |
| References | <s3YyZ-5Ay-7@gated-at.bofh.it> <s3Yz0-5Ay-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Robert Jarzmik <robert.jarzmik@free.fr> writes: > As the conversion to a v4l2 standalone device is finished, move > pxa_camera one directory up and finish severing any dependency to > soc_camera. > diff --git a/drivers/media/platform/soc_camera/Kconfig b/drivers/media/platform/soc_camera/Kconfig > index 0bf33ccf9a1e..10f49214b521 100644 > --- a/drivers/media/platform/soc_camera/Kconfig > +++ b/drivers/media/platform/soc_camera/Kconfig > @@ -25,8 +25,8 @@ config VIDEO_PXA27x > ---help--- > This is a v4l2 driver for the PXA27x Quick Capture Interface > > -config VIDEO_RCAR_VIN_OLD > - tristate "R-Car Video Input (VIN) support (DEPRECATED)" > +config VIDEO_RCAR_VIN > + tristate "R-Car Video Input (VIN) support" > depends on VIDEO_DEV && SOC_CAMERA > depends on ARCH_RENESAS || COMPILE_TEST > depends on HAS_DMA This is wrong, looks like a rebase error, where instead of removing the VIDEO_PXA27x config parameter I modify an RCAR_VIN one. I will fix that for next iteration. Cheers. -- Robert
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v3 14/14] media: platform: pxa_camera: move pxa_camera out of soc_camera Robert Jarzmik <robert.jarzmik@free.fr> - 2016-08-15 12:10 +0200
csiph-web