<?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/net/can/mscan/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/mscan/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/mscan/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/mscan/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>d01481c3 - can: mscan: Fix Kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/mscan/Kconfig#d01481c3</link>
        <description>can: mscan: Fix Kconfig dependenciesThe only driver based on MSCAN at the moment is for PPC machines,so it makes no sense to present the menu on M68K. The menu will alwaysbe empty there.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Cc: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Cc: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/mscan/Kconfig</description>
        <pubDate>Tue, 06 May 2014 08:47:10 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.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/mscan/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/mscan/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>73020415 - m68knommu: Remove dependencies on nonexistent M68KNOMMU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/mscan/Kconfig#73020415</link>
        <description>m68knommu: Remove dependencies on nonexistent M68KNOMMUM68KNOMMU is set nowhere.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Greg Ungerer &lt;gerg@uclinux.org&gt;

            List of files:
            /linux-6.15/drivers/net/can/mscan/Kconfig</description>
        <pubDate>Sat, 22 Jan 2011 21:35:38 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>bf3af547 - can: mscan-mpc5xxx: add support for the MPC512x processor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/mscan/Kconfig#bf3af547</link>
        <description>can: mscan-mpc5xxx: add support for the MPC512x processorThe main differences compared to the MSCAN on the MPC5200 are:- More flexibility in choosing the CAN source clock and frequency:  Three different clock sources can be selected: &quot;ip&quot;, &quot;ref&quot; or &quot;sys&quot;.  For the latter two, a clock divider can be defined as well. If the  clock source is not specified by the device tree, we first try to  find an optimal CAN source clock based on the system clock. If that  is not possible, the reference clock will be used.- The behavior of bus-off recovery is configurable:  To comply with the usual handling of Socket-CAN bus-off recovery,  &quot;recovery on request&quot; is selected (instead of automatic recovery).Note that only MPC5121 Rev. 2 and later is supported.Signed-off-by: Wolfgang Grandegger &lt;wg@denx.de&gt;Reviewed-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/mscan/Kconfig</description>
        <pubDate>Thu, 07 Jan 2010 09:43:07 +0000</pubDate>
        <dc:creator>Wolfgang Grandegger &lt;wg@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>24cfbcba - net/can/mscan: improve build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/mscan/Kconfig#24cfbcba</link>
        <description>net/can/mscan: improve build- move Kconfig entries to the subdirectory- do remaining renames of mpc52xx to mpc5xxxSigned-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/mscan/Kconfig</description>
        <pubDate>Tue, 17 Nov 2009 11:57:12 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;w.sang@pengutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
