<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9958d30f - media: Kconfig: cleanup VIDEO_DEV dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/vimc/Kconfig#9958d30f</link>
        <description>media: Kconfig: cleanup VIDEO_DEV dependenciesmedia 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.while VIDEO_V4L2 where used to distinguish between drivers thatimplement the newer API and drivers that implemented the former one.With time, such meaning changed, specially after the removal ofall V4L version 1 drivers.At the current implementation, VIDEO_DEV only does (1): it enablesthe media options related to V4L, that now has:	menu &quot;Video4Linux options&quot;		visible if VIDEO_DEV	source &quot;drivers/media/v4l2-core/Kconfig&quot;	endmenubut it doesn&apos;t affect anymore the V4L core drivers.The rationale is that the V4L2 core has a &quot;soft&quot; dependencyat the I2C bus, and now requires to select a number of otherKconfig options:	config VIDEO_V4L2		tristate		depends on (I2C || I2C=n) &amp;&amp; VIDEO_DEV		select RATIONAL		select VIDEOBUF2_V4L2 if VIDEOBUF2_CORE		default (I2C || I2C=n) &amp;&amp; VIDEO_DEVIn the past, merging them would be tricky, but it seems that it is nowpossible to merge those symbols, in order to simplify V4L dependencies.Let&apos;s keep VIDEO_DEV, as this one is used on some make *defconfigconfigurations.Suggested-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Jacopo Mondi &lt;jacopo@jmondi.org&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt; # for meson-vdec &amp; meson-ge2dAcked-by: Andrzej Pietrasiewicz &lt;andrzejtp2010@gmail.com&gt;Acked-by: &#321;ukasz Stelmach &lt;l.stelmach@samsung.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/vimc/Kconfig</description>
        <pubDate>Sun, 13 Mar 2022 06:25:46 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4a2e0a80 - media: vimc: Add support for contiguous DMA buffers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/vimc/Kconfig#4a2e0a80</link>
        <description>media: vimc: Add support for contiguous DMA buffersThe vimc driver is used for testing purpose, and some test use casesinvolve sharing buffers with a consumer device. Consumers often requireDMA contiguous memory, which vimc doesn&apos;t currently support. This leadsin the best case to usage of bounce buffers, which is very slow, and inthe worst case in a complete failure.Add support for the dma-contig allocator in vimc to support those usecases properly. The allocator is selected through a new &quot;allocator&quot;module parameter, which defaults to vmalloc.[hverkuil: add missing &apos;select VIDEOBUF2_DMA_CONFIG&apos; to Kconfig]Signed-off-by: Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/vimc/Kconfig</description>
        <pubDate>Fri, 30 Jul 2021 13:18:29 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>5f3fb5c5 - media: vimc: Add a control to display info on test image</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/vimc/Kconfig#5f3fb5c5</link>
        <description>media: vimc: Add a control to display info on test imageAdd a control in VIMC to display information such as the correct order ofcolors for a given test pattern, counter, brightness, hue, saturation,contrast, width and height at sensor over test image.Signed-off-by: Kaaira Gupta &lt;kgupta@es.iitr.ac.in&gt;Acked-by: Helen Koike &lt;helen.koike@collabora.com&gt;Reviewed-by: Kieran Bingham &lt;kieran.bingham@ideasonboard.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/vimc/Kconfig</description>
        <pubDate>Sun, 05 Jul 2020 13:53:06 +0000</pubDate>
        <dc:creator>Kaaira Gupta &lt;kgupta@es.iitr.ac.in&gt;</dc:creator>
    </item>
<item>
        <title>dacca5f0 - media: media/test_drivers: rename to test-drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/vimc/Kconfig#dacca5f0</link>
        <description>media: media/test_drivers: rename to test-driversWe never use _ in directory names in the media subsystem, sorename to test-drivers instead for consistency.Also update MAINTAINERS with the new path.Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/vimc/Kconfig</description>
        <pubDate>Thu, 16 Apr 2020 08:25:59 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;</dc:creator>
    </item>
</channel>
</rss>
