<?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>a5a056c8 - HID: intel-thc: fix CONFIG_HID dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/intel-thc-hid/Kconfig#a5a056c8</link>
        <description>HID: intel-thc: fix CONFIG_HID dependencyIn drivers/hid/, most drivers depend on CONFIG_HID, while a couple of thedrivers in subdirectories instead depend on CONFIG_HID_SUPPORT and use&apos;select HID&apos;. With the newly added INTEL_THC_HID, this causes a buildwarning for a circular dependency:WARNING: unmet direct dependencies detected for HID  Depends on [m]: HID_SUPPORT [=y] &amp;&amp; INPUT [=m]  Selected by [y]:  - INTEL_THC_HID [=y] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; X86_64 [=y] &amp;&amp; PCI [=y] &amp;&amp; ACPI [=y]WARNING: unmet direct dependencies detected for INPUT_FF_MEMLESS  Depends on [m]: INPUT [=m]  Selected by [y]:  - HID_MICROSOFT [=y] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y]  - GREENASIA_FF [=y] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y] &amp;&amp; HID_GREENASIA [=y]  - HID_WIIMOTE [=y] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y] &amp;&amp; LEDS_CLASS [=y]  - ZEROPLUS_FF [=y] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y] &amp;&amp; HID_ZEROPLUS [=y]  Selected by [m]:  - HID_ACRUX_FF [=y] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y] &amp;&amp; HID_ACRUX [=m]  - HID_EMS_FF [=m] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y]  - HID_GOOGLE_STADIA_FF [=m] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y]  - PANTHERLORD_FF [=y] &amp;&amp; HID_SUPPORT [=y] &amp;&amp; HID [=y] &amp;&amp; HID_PANTHERLORD [=m]It&apos;s better to be consistent and always use &apos;depends on HID&apos; for HIDdrivers. The notable exception here is USB_KBD/USB_MOUSE, which arealternative implementations that do not depend on the HID subsystem.Do this by extending the &quot;if HID&quot; section below, which means that a fewof the duplicate &quot;depends on HID&quot; and &quot;depends on INPUT&quot; statementscan be removed in the process.Fixes: 1b2d05384c29 (&quot;HID: intel-thc-hid: Add basic THC driver skeleton&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Reviewed-by: Maximilian Luz &lt;luzmaximilian@gmail.com&gt;Reviewed-by: Even Xu &lt;even.xu@intel.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/intel-thc-hid/Kconfig</description>
        <pubDate>Thu, 23 Jan 2025 13:48:12 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f1d3ad0a - HID: intel-thc-hid: fix build errors in um mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/intel-thc-hid/Kconfig#f1d3ad0a</link>
        <description>HID: intel-thc-hid: fix build errors in um modeAdd dependency to ACPI to avoid acpi APIs missing in um mode.Signed-off-by: Even Xu &lt;even.xu@intel.com&gt;Suggested-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202501131826.sX2DubPG-lkp@intel.comSigned-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/intel-thc-hid/Kconfig</description>
        <pubDate>Tue, 14 Jan 2025 00:37:12 +0000</pubDate>
        <dc:creator>Even Xu &lt;even.xu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>61bb2714 - HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeleton</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/intel-thc-hid/Kconfig#61bb2714</link>
        <description>HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeletonCreate intel-quicki2c folder and add Kconfig and Makefile for THCQuickI2C driver. Add basic device structure, definitions and probe/removefunctions for QuickI2C driver.Co-developed-by: Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;Signed-off-by: Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;Signed-off-by: Even Xu &lt;even.xu@intel.com&gt;Tested-by: Rui Zhang &lt;rui1.zhang@intel.com&gt;Tested-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Reviewed-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Reviewed-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Tested-by: Aaron Ma &lt;aaron.ma@canonical.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/intel-thc-hid/Kconfig</description>
        <pubDate>Mon, 06 Jan 2025 02:31:46 +0000</pubDate>
        <dc:creator>Even Xu &lt;even.xu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c8f3027d - HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver skeleton</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/intel-thc-hid/Kconfig#c8f3027d</link>
        <description>HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver skeletonCreate intel-quickspi folder and add Kconfig and Makefile for THCQuickSPI driver. Add basic device structure, definitions and probe/removefunctions for QuickSPI driver.Co-developed-by: Even Xu &lt;even.xu@intel.com&gt;Signed-off-by: Even Xu &lt;even.xu@intel.com&gt;Signed-off-by: Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;Tested-by: Rui Zhang &lt;rui1.zhang@intel.com&gt;Tested-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Reviewed-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Reviewed-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Tested-by: Aaron Ma &lt;aaron.ma@canonical.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/intel-thc-hid/Kconfig</description>
        <pubDate>Mon, 06 Jan 2025 02:31:40 +0000</pubDate>
        <dc:creator>Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1b2d0538 - HID: intel-thc-hid: Add basic THC driver skeleton</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/intel-thc-hid/Kconfig#1b2d0538</link>
        <description>HID: intel-thc-hid: Add basic THC driver skeletonCreate intel-thc-hid folder and add Kconfig and Makefile for THC drivers.Add basic THC device context structure, definitions and relatedinitialization APIs for THC Hardware layer driver. Also initializeregmap struct for future THC registers access.Co-developed-by: Even Xu &lt;even.xu@intel.com&gt;Signed-off-by: Even Xu &lt;even.xu@intel.com&gt;Signed-off-by: Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;Tested-by: Rui Zhang &lt;rui1.zhang@intel.com&gt;Tested-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Reviewed-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Reviewed-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Tested-by: Aaron Ma &lt;aaron.ma@canonical.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/intel-thc-hid/Kconfig</description>
        <pubDate>Mon, 06 Jan 2025 02:31:31 +0000</pubDate>
        <dc:creator>Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
