<?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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/microread/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/nfc/microread/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@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/nfc/microread/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/nfc/microread/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>04831ae4 - NFC: microread: Auto-select core module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/microread/Kconfig#04831ae4</link>
        <description>NFC: microread: Auto-select core moduleAs I understand it, the core nfc_microread module is useless withouteither the I2C or the MEI access module. So hide NFC_MICROREAD andselect it automatically if either NFC_MICROREAD_I2C orNFC_MICROREAD_MEI is selected.This avoids presenting NFC_MICROREAD when neither NFC_MICROREAD_I2Cnor NFC_MICROREAD_MEI can be selected.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Cc: Lauro Ramos Venancio &lt;lauro.venancio@openbossa.org&gt;Cc: Aloisio Almeida Jr &lt;aloisio.almeida@openbossa.org&gt;Cc: Samuel Ortiz &lt;sameo@linux.intel.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/microread/Kconfig</description>
        <pubDate>Fri, 25 Sep 2015 08:52:26 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4912e2fe - NFC: mei: Add a common mei bus API for NFC drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/microread/Kconfig#4912e2fe</link>
        <description>NFC: mei: Add a common mei bus API for NFC driversThis isolates the common code that is required to use an mei bus nfcdevice from an NFC HCI drivers. This prepares for future drivers forNFC chips connected behind an Intel Management Engine controller.The microread_mei HCI driver is also modified to use that common code.Signed-off-by: Eric Lapuyade &lt;eric.lapuyade@intel.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/microread/Kconfig</description>
        <pubDate>Mon, 15 Apr 2013 09:19:20 +0000</pubDate>
        <dc:creator>Eric Lapuyade &lt;eric.lapuyade@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e0af11fa - NFC: microread: Add MEI physical layer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/microread/Kconfig#e0af11fa</link>
        <description>NFC: microread: Add MEI physical layerOn some peculiar worlds, microreads are found hidden behind MEIs and needsto be accessed through the ME bus.Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/microread/Kconfig</description>
        <pubDate>Mon, 14 Jan 2013 19:35:22 +0000</pubDate>
        <dc:creator>Samuel Ortiz &lt;sameo@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>71054c7d - NFC: microread: Add i2c physical layer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/microread/Kconfig#71054c7d</link>
        <description>NFC: microread: Add i2c physical layerSigned-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/microread/Kconfig</description>
        <pubDate>Tue, 18 Dec 2012 13:56:15 +0000</pubDate>
        <dc:creator>Samuel Ortiz &lt;sameo@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cfad1ba8 - NFC: Initial support for Inside Secure microread</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/microread/Kconfig#cfad1ba8</link>
        <description>NFC: Initial support for Inside Secure microreadInside Secure microread is an HCI based NFC chipset.This initial support includes reader and p2p (Target and initiator) modes.Signed-off-by: Eric Lapuyade &lt;eric.lapuyade@intel.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/microread/Kconfig</description>
        <pubDate>Tue, 18 Dec 2012 13:53:53 +0000</pubDate>
        <dc:creator>Eric Lapuyade &lt;eric.lapuyade@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
