<?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>2d080eb6 - media: CEC: keep related menu entries together</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#2d080eb6</link>
        <description>media: CEC: keep related menu entries togetherKeep all of the CEC menu items grouped together.By grouping all of these menu entries inside a menu/endmenu block,they are forced to be kept together and they are displayed/presentedin a group for users.Tested with xconfig, gconfig, menuconfig, and nconfig.Fixes: 46d2a3b964dd (&quot;media: place CEC menu before MEDIA_SUPPORT&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&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/cec/Kconfig</description>
        <pubDate>Tue, 21 Sep 2021 22:10:40 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>21b9a47e - media: cec: i2c: ch7322: Add ch7322 CEC controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#21b9a47e</link>
        <description>media: cec: i2c: ch7322: Add ch7322 CEC controller driverAdd a CEC device driver for the Chrontel ch7322 CEC conroller.This is an I2C device capable of sending and receiving CEC messages.Signed-off-by: Jeff Chase &lt;jnchase@google.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/cec/Kconfig</description>
        <pubDate>Mon, 22 Jun 2020 23:59:50 +0000</pubDate>
        <dc:creator>Jeff Chase &lt;jnchase@google.com&gt;</dc:creator>
    </item>
<item>
        <title>15168b20 - media: medium: cec: Make MEDIA_CEC_SUPPORT default to n if !MEDIA_SUPPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#15168b20</link>
        <description>media: medium: cec: Make MEDIA_CEC_SUPPORT default to n if !MEDIA_SUPPORTRecently, MEDIA_CEC_SUPPORT became indepedent of MEDIA_SUPPORT.However, if MEDIA_SUPPORT is not enabled, MEDIA_SUPPORT_FILTER is notdefined, and MEDIA_CEC_SUPPORT is thus enabled by default, which is notdesirable.Fix this by adding a dependency on MEDIA_CEC_SUPPORT to the defaultconfiguration.Fixes: 46d2a3b964ddbe63 (&quot;media: place CEC menu before MEDIA_SUPPORT&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&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/cec/Kconfig</description>
        <pubDate>Thu, 04 Jun 2020 09:39:53 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>a8106818 - media: move CEC USB drivers to a separate directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#a8106818</link>
        <description>media: move CEC USB drivers to a separate directoryAs CEC support doesn&apos;t depend on MEDIA_SUPPORT, let&apos;splace the platform drivers outside the media menu.As a side effect, instead of depends on	USB, driversjust select it.Acked-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/cec/Kconfig</description>
        <pubDate>Wed, 15 Apr 2020 09:14:25 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4be5e864 - media: move CEC platform drivers to a separate directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#4be5e864</link>
        <description>media: move CEC platform drivers to a separate directoryAs CEC support doesn&apos;t depend on MEDIA_SUPPORT, let&apos;splace the platform drivers outside the media menu.As a side effect, instead of depends on PCI, seco drivercan select it (and DMI).Acked-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/cec/Kconfig</description>
        <pubDate>Wed, 15 Apr 2020 09:03:40 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>46d2a3b9 - media: place CEC menu before MEDIA_SUPPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#46d2a3b9</link>
        <description>media: place CEC menu before MEDIA_SUPPORTThe only item that opens at the CEC Kconfig menu is relatedto Remote Controller. Also, its support should not depend onmedia support, so it makes sense to keep both RC and CEC together.After this change, the main media menus that are visibleunder &quot;Device Drivers&quot; menu are:	&lt;*&gt; Remote Controller support  ---&gt;	[ ] HDMI CEC RC integration (NEW)	&lt; &gt; HDMI CEC drivers	&lt;M&gt; Multimedia support  ---&gt;Acked-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/cec/Kconfig</description>
        <pubDate>Wed, 15 Apr 2020 07:55:10 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9393d050 - Revert &quot;media: Kconfig: move CEC-specific options to cec/Kconfig&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#9393d050</link>
        <description>Revert &quot;media: Kconfig: move CEC-specific options to cec/Kconfig&quot;The CEC_CORE symbols are selected by DRM, and should beindependent of MEDIA_SUPPORT.Fixes this warning when doing &quot;make multi_v7_defconfig&quot;:	WARNING: unmet direct dependencies detected for CEC_CORE	  Depends on [m]: MEDIA_SUPPORT [=m]	  Selected by [y]:	  - DRM_TEGRA [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; (ARCH_TEGRA [=y] || ARM [=y] &amp;&amp; COMPILE_TEST [=n]) &amp;&amp; COMMON_CLK [=y] &amp;&amp; DRM [=y] &amp;&amp; OF [=y] &amp;&amp; CEC_NOTIFIER [=y]	  Selected by [m]:	  - VIDEO_SAMSUNG_S5P_CEC [=m] &amp;&amp; MEDIA_SUPPORT [=m] &amp;&amp; MEDIA_PLATFORM_SUPPORT [=y] &amp;&amp; CEC_PLATFORM_DRIVERS [=y] &amp;&amp; (ARCH_EXYNOS [=y] || COMPILE_TEST [=n])	  - DRM_EXYNOS_HDMI [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM_EXYNOS [=m] &amp;&amp; (DRM_EXYNOS_MIXER [=y] || DRM_EXYNOS5433_DECON [=n]) &amp;&amp; CEC_NOTIFIER [=y]	  - DRM_I2C_ADV7511_CEC [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=y] &amp;&amp; DRM_BRIDGE [=y] &amp;&amp; DRM_I2C_ADV7511 [=m]	  - DRM_DW_HDMI [=m] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=y] &amp;&amp; DRM_BRIDGE [=y] &amp;&amp; CEC_NOTIFIER [=y]This reverts commit f1991411257bdb68d96ef8c8c5b35f412b480375.Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Wed, 15 Apr 2020 07:46:06 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f1991411 - media: Kconfig: move CEC-specific options to cec/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#f1991411</link>
        <description>media: Kconfig: move CEC-specific options to cec/KconfigThere&apos;s no need to have the CEC definitions inside themedia Kconfig, as the Kconfig parser doesn&apos;t requiresymbols to be declared before their usages.With that, the main Kconfig menu becomes cleaner.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Tue, 24 Mar 2020 12:41:57 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>b60a5b8d - media: Kconfig files: use the right help coding style</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#b60a5b8d</link>
        <description>media: Kconfig files: use the right help coding styleCheckpatch wants to use &apos;help&apos; instead of &apos;---help---&apos;:	WARNING: prefer &apos;help&apos; over &apos;---help---&apos; for new help textsLet&apos;s change it globally at the media subsystem, as otherwise peoplewould keep using the old way.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Wed, 20 Mar 2019 10:39:44 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>22712b38 - media: cec-pin-error-inj: parse/show error injection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#22712b38</link>
        <description>media: cec-pin-error-inj: parse/show error injectionAdd support to the CEC Pin framework to parse error injection commandsand to show them.The next patch will do the actual implementation of this.Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Tue, 31 Oct 2017 13:55:09 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hans.verkuil@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>2302e559 - [media] cec: improve MEDIA_CEC_RC dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#2302e559</link>
        <description>[media] cec: improve MEDIA_CEC_RC dependenciesChanging the IS_REACHABLE() into a plain #ifdef broke the case ofCONFIG_MEDIA_RC=m &amp;&amp; CONFIG_MEDIA_CEC=y:drivers/media/cec/cec-core.o: In function `cec_unregister_adapter&apos;:cec-core.c:(.text.cec_unregister_adapter+0x18): undefined reference to `rc_unregister_device&apos;drivers/media/cec/cec-core.o: In function `cec_delete_adapter&apos;:cec-core.c:(.text.cec_delete_adapter+0x54): undefined reference to `rc_free_device&apos;drivers/media/cec/cec-core.o: In function `cec_register_adapter&apos;:cec-core.c:(.text.cec_register_adapter+0x94): undefined reference to `rc_register_device&apos;cec-core.c:(.text.cec_register_adapter+0xa4): undefined reference to `rc_free_device&apos;cec-core.c:(.text.cec_register_adapter+0x110): undefined reference to `rc_unregister_device&apos;drivers/media/cec/cec-core.o: In function `cec_allocate_adapter&apos;:cec-core.c:(.text.cec_allocate_adapter+0x234): undefined reference to `rc_allocate_device&apos;drivers/media/cec/cec-adap.o: In function `cec_received_msg&apos;:cec-adap.c:(.text.cec_received_msg+0x734): undefined reference to `rc_keydown&apos;cec-adap.c:(.text.cec_received_msg+0x768): undefined reference to `rc_keyup&apos;This adds an additional dependency to explicitly forbid this combination.Fixes: 5f2c467c54f5 (&quot;[media] cec: add MEDIA_CEC_RC config option&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Fri, 21 Apr 2017 10:52:17 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>20249f84 - [media] cec: drop MEDIA_CEC_DEBUG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#20249f84</link>
        <description>[media] cec: drop MEDIA_CEC_DEBUGJust depend on DEBUG_FS, no need to invent a new kernel config.Especially since CEC can be enabled by drm without enablingMEDIA_SUPPORT.Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Sun, 28 May 2017 08:52:16 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hans.verkuil@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>9177e51d - [media] cec: select CEC_CORE instead of depend on it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#9177e51d</link>
        <description>[media] cec: select CEC_CORE instead of depend on itThe CEC framework is used by both drm and media. That makes it trickyto get the dependencies right.This patch moves the CEC_CORE and MEDIA_CEC_NOTIFIER config optionsout of the media menu and instead drivers that want to use CEC shouldselect CEC_CORE and MEDIA_CEC_NOTIFIER (if needed).Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Sun, 28 May 2017 08:48:37 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hans.verkuil@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>71e22ed1 - [media] cec: improve MEDIA_CEC_RC dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#71e22ed1</link>
        <description>[media] cec: improve MEDIA_CEC_RC dependenciesChanging the IS_REACHABLE() into a plain #ifdef broke the case ofCONFIG_MEDIA_RC=m &amp;&amp; CONFIG_MEDIA_CEC=y:drivers/media/cec/cec-core.o: In function `cec_unregister_adapter&apos;:cec-core.c:(.text.cec_unregister_adapter+0x18): undefined reference to `rc_unregister_device&apos;drivers/media/cec/cec-core.o: In function `cec_delete_adapter&apos;:cec-core.c:(.text.cec_delete_adapter+0x54): undefined reference to `rc_free_device&apos;drivers/media/cec/cec-core.o: In function `cec_register_adapter&apos;:cec-core.c:(.text.cec_register_adapter+0x94): undefined reference to `rc_register_device&apos;cec-core.c:(.text.cec_register_adapter+0xa4): undefined reference to `rc_free_device&apos;cec-core.c:(.text.cec_register_adapter+0x110): undefined reference to `rc_unregister_device&apos;drivers/media/cec/cec-core.o: In function `cec_allocate_adapter&apos;:cec-core.c:(.text.cec_allocate_adapter+0x234): undefined reference to `rc_allocate_device&apos;drivers/media/cec/cec-adap.o: In function `cec_received_msg&apos;:cec-adap.c:(.text.cec_received_msg+0x734): undefined reference to `rc_keydown&apos;cec-adap.c:(.text.cec_received_msg+0x768): undefined reference to `rc_keyup&apos;This adds an additional dependency to explicitly forbid this combination.Fixes: 5f2c467c54f5 (&quot;[media] cec: add MEDIA_CEC_RC config option&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Fri, 21 Apr 2017 10:52:17 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>5f2c467c - [media] cec: add MEDIA_CEC_RC config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#5f2c467c</link>
        <description>[media] cec: add MEDIA_CEC_RC config optionAdd an explicit config option to select whether the CEC remote controlmessages are to be passed on to the RC subsystem or not.Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Mon, 17 Apr 2017 11:05:10 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hans.verkuil@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>56a263aa - [media] cec: Kconfig cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/cec/Kconfig#56a263aa</link>
        <description>[media] cec: Kconfig cleanupThe Kconfig options for the CEC subsystem were a bit messy. Inaddition there were two cec sources (cec-edid.c and cec-notifier.c)that were outside of the media/cec directory, which was weird.Move those sources to media/cec as well.The cec-edid and cec-notifier functionality is now part of the cecmodule and these are no longer separate modules.Also remove the MEDIA_CEC_EDID config option and include it with themain CEC config option (which defined CEC_EDID anyway).Added static inlines to cec-edid.h for dummy functions when CEC_COREisn&apos;t defined.CEC drivers should now depend on CEC_CORE.CEC drivers that need the cec-notifier functionality must explicitlyselect CEC_NOTIFIER.The s5p-cec and stih-cec drivers depended on VIDEO_DEV instead ofCEC_CORE, fix that as well.Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Acked-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/cec/Kconfig</description>
        <pubDate>Mon, 17 Apr 2017 10:44:35 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hans.verkuil@cisco.com&gt;</dc:creator>
    </item>
</channel>
</rss>
