Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1462687 > unrolled thread
| Started by | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| First post | 2016-08-15 12:10 +0200 |
| Last post | 2016-08-15 12:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Date | 2016-08-15 12:10 +0200 |
| Subject | Re: [PATCH v3 14/14] media: platform: pxa_camera: move pxa_camera out of soc_camera |
| Message-ID | <s6n0e-4eK-9@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web