<?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/net/atm/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/net/atm/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>ff2269f1 - docs: networking: convert atm.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/atm/Kconfig#ff2269f1</link>
        <description>docs: networking: convert atm.txt to ReSTThere isn&apos;t much to be done here. Just:- add SPDX header;- add a document title.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/atm/Kconfig</description>
        <pubDate>Mon, 27 Apr 2020 22:01:21 +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/net/atm/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/net/atm/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>6fe5452b - [ATM]: atm is no longer experimental</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/atm/Kconfig#6fe5452b</link>
        <description>[ATM]: atm is no longer experimentalSigned-off-by: Chas Williams &lt;chas@cmf.nrl.navy.mil&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/atm/Kconfig</description>
        <pubDate>Mon, 31 Dec 2007 07:15:15 +0000</pubDate>
        <dc:creator>Robert P. J. Day &lt;rpjday@mindspring.com&gt;</dc:creator>
    </item>
<item>
        <title>88e9fa8a - [ATM]: Trivial spelling fix patch for net/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/atm/Kconfig#88e9fa8a</link>
        <description>[ATM]: Trivial spelling fix patch for net/KconfigSigned-off-by: Jesper Juhl &lt;juhl-lkml@dif.dk&gt;Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: Chas Williams &lt;chas@cmf.nrl.navy.mil&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/atm/Kconfig</description>
        <pubDate>Tue, 19 Jul 2005 20:56:53 +0000</pubDate>
        <dc:creator>Jesper Juhl &lt;juhl-lkml@dif.dk&gt;</dc:creator>
    </item>
<item>
        <title>6a2e9b73 - [NET]: move config options out to individual protocols</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/atm/Kconfig#6a2e9b73</link>
        <description>[NET]: move config options out to individual protocolsMove the protocol specific config options out to the specific protocols.With this change net/Kconfig now starts to become readable and serve as agood basis for further re-structuring.The menu structure is left almost intact, except that indention isfixed in most cases. Most visible are the INET changes where several&quot;depends on INET&quot; are replaced with a single ifdef INET / endif pair.Several new files were created to accomplish this change - they aresmall but serve the purpose that config options are now distributedout where they belongs.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/atm/Kconfig</description>
        <pubDate>Tue, 12 Jul 2005 04:13:56 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
</channel>
</rss>
