<?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>f61e7bfa - can: softing: update dead link</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/softing/Kconfig#f61e7bfa</link>
        <description>can: softing: update dead linkBerliOS has not been operating for more than five years. linux-can moved toGitHub.Signed-off-by: Diego Elio Petten&#242; &lt;flameeyes@flameeyes.com&gt;Link: https://lore.kernel.org/r/20200413170241.13207-1-flameeyes@flameeyes.com[mkl: split into two patches - handle softing part here]Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/softing/Kconfig</description>
        <pubDate>Mon, 13 Apr 2020 17:02:41 +0000</pubDate>
        <dc:creator>Diego Elio Petten&#242; &lt;flameeyes@flameeyes.com&gt;</dc:creator>
    </item>
<item>
        <title>88bfb9a7 - can: drivers: fix spelling mistakes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/softing/Kconfig#88bfb9a7</link>
        <description>can: drivers: fix spelling mistakesThis patch fixes spelling erros found by &quot;codespell&quot; in thedrivers/net/can subtree.Link: https://lore.kernel.org/r/20200915223527.1417033-6-mkl@pengutronix.deSigned-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/softing/Kconfig</description>
        <pubDate>Tue, 15 Sep 2020 22:34:55 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<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/net/can/softing/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/net/can/softing/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/net/can/softing/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/net/can/softing/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>6586c5d7 - can: Kconfig: convert &apos;depends on CAN_DEV&apos; into &apos;if CAN_DEV...endif&apos; block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/softing/Kconfig#6586c5d7</link>
        <description>can: Kconfig: convert &apos;depends on CAN_DEV&apos; into &apos;if CAN_DEV...endif&apos; blockThis patch adds an &apos;if CAN_DEV...endif&apos; Block around the CAN driversymbols in drivers/net/can/Kconfig. So the &apos;depends on CAN&apos; dependenciescan be removed.Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/softing/Kconfig</description>
        <pubDate>Fri, 20 Jul 2012 19:04:13 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>ddfdb508 - net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTING</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/softing/Kconfig#ddfdb508</link>
        <description>net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGThe statement &apos;select CAN_SOFTING&apos; may ignore the dependanciesfor CAN_SOFTING while selecting CAN_SOFTING_CS, as is therefore a bad choice.Signed-off-by: Kurt Van Dijck &lt;kurt.van.dijck@eia.be&gt;Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/softing/Kconfig</description>
        <pubDate>Mon, 14 Feb 2011 19:44:01 +0000</pubDate>
        <dc:creator>Kurt Van Dijck &lt;kurt.van.dijck@eia.be&gt;</dc:creator>
    </item>
<item>
        <title>cc09b5f6 - CAN: softing driver depends on IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/softing/Kconfig#cc09b5f6</link>
        <description>CAN: softing driver depends on IOMEMWithout this dependency the softing driver will be buildable on s390,where it fails.Signed-Off-By: Chuck Ebbert &lt;cebbert@redhat.com&gt;Acked-by: Kurt Van Dijck &lt;kurt.van.dijck@eia.be&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/softing/Kconfig</description>
        <pubDate>Mon, 31 Jan 2011 05:44:07 +0000</pubDate>
        <dc:creator>Chuck Ebbert &lt;cebbert@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0a0b7a5f - can: add driver for Softing card</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/softing/Kconfig#0a0b7a5f</link>
        <description>can: add driver for Softing cardThis patch adds the driver that creates a platform:softing devicefrom a pcmcia_deviceNote: the Kconfig indicates a dependency on the softing.ko driver,but this is purely to make configuration intuitive. This driver willwork independent, but no CAN network devices appear until softing.ko isloaded too.Signed-off-by: Kurt Van Dijck &lt;kurt.van.dijck@eia.be&gt;Acked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/softing/Kconfig</description>
        <pubDate>Tue, 11 Jan 2011 04:34:28 +0000</pubDate>
        <dc:creator>Kurt Van Dijck &lt;kurt.van.dijck@eia.be&gt;</dc:creator>
    </item>
<item>
        <title>03fd3cf5 - can: add driver for Softing card</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/softing/Kconfig#03fd3cf5</link>
        <description>can: add driver for Softing cardThis patch adds a driver for the platform:softing device.This will create (up to) 2 CAN network devices from 1platform:softing deviceSigned-off-by: Kurt Van Dijck &lt;kurt.van.dijck@eia.be&gt;Acked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/softing/Kconfig</description>
        <pubDate>Tue, 11 Jan 2011 04:32:31 +0000</pubDate>
        <dc:creator>Kurt Van Dijck &lt;kurt.van.dijck@eia.be&gt;</dc:creator>
    </item>
</channel>
</rss>
