<?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/ethernet/apple/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/ethernet/apple/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>ac0e3f20 - net: apple: Fix manufacturer name in Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/apple/Kconfig#ac0e3f20</link>
        <description>net: apple: Fix manufacturer name in Kconfig help textThe help text refers to IBM instead of Apple, presumably because it wascopied from the former.Fixes: 8fb6b0908176704a (&quot;bmac/mace/macmace/mac89x0/cs89x0: Move the Macintosh (Apple) drivers&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/apple/Kconfig</description>
        <pubDate>Wed, 31 Jul 2019 13:22:11 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&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/ethernet/apple/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/ethernet/apple/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>6153348f - net: macmace: Allow modular build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/apple/Kconfig#6153348f</link>
        <description>net: macmace: Allow modular buildSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/apple/Kconfig</description>
        <pubDate>Tue, 29 Sep 2015 08:24:06 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>138b15ed - drivers/net: remove all references to obsolete Ethernet-HOWTO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/apple/Kconfig#138b15ed</link>
        <description>drivers/net: remove all references to obsolete Ethernet-HOWTOThis howto made sense in the 1990s when users had to manually configureISA cards with jumpers or vendor utilities, but with the implementationof PCI it became increasingly less and less relevant, to the point whereit has been well over a decade since I last updated it.  And there isno value in anyone else taking over updating it either.However the references to it continue to spread as boiler plate textfrom one Kconfig file into the next.  We are not doing end users anyfavours by pointing them at this old document, so lets kill it withfire, once and for all, to hopefully stop any further spread.No code is changed in this commit, just Kconfig help text.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/apple/Kconfig</description>
        <pubDate>Sun, 21 Jun 2015 20:28:02 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>0a3360e1 - net/ethernet: Move mac89x0.c from apple to cirrus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/apple/Kconfig#0a3360e1</link>
        <description>net/ethernet: Move mac89x0.c from apple to cirrusMacintosh CS89x0 based ethernet cards use a Crystal Semiconductor (NowCirrus Logic) CS89x0 chip, so the mac89x0 driver should be indrivers/net/ethernet/cirrus instead of drivers/net/ethernet/apple.This also fixes a build problem, as the driver needs a header file from thecirrus directory:drivers/net/ethernet/apple/mac89x0.c:107:20: error: cs89x0.h: No such file or directorySigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/apple/Kconfig</description>
        <pubDate>Sat, 29 Oct 2011 08:09:01 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>b340a207 - cs89x0: Move the driver into the Cirrus dir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/apple/Kconfig#b340a207</link>
        <description>cs89x0: Move the driver into the Cirrus dirThe cs89x0 driver was initial placed in the apple/ when itshould have been placed in the cirrus/.  This resolves theissue by moving the dirver and fixing up the respectiveKconfig(s) and Makefile(s).Thanks to Sascha for reporting the issue.-v2 Fix a config error that was introduced with v1 by removing    the dependency on MACE for NET_VENDOR_APPLE.CC: Russell Nelson &lt;nelson@crynwr.com&gt;CC: Andrew Morton &lt;akpm@linux-foundation.org&gt;Reported-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/apple/Kconfig</description>
        <pubDate>Fri, 07 Oct 2011 22:07:44 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>88f07484 - drivers/net/ethernet/*: Enabled vendor Kconfig options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/apple/Kconfig#88f07484</link>
        <description>drivers/net/ethernet/*: Enabled vendor Kconfig optionsBased on finds for Stephen Rothwell, where current defconfig&apos;senable a ethernet driver and it is not compiled due to the newlyadded NET_VENDOR_* component of Kconfig.This patch enables all the &quot;new&quot; Kconfig options so that currentdefconfig&apos;s will continue to compile the expected drivers.  Inaddition, by enabling all the new Kconfig options does not addany un-expected options.CC: Stephen Rothwll &lt;sfc@canb.auug.org.au&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/apple/Kconfig</description>
        <pubDate>Tue, 23 Aug 2011 08:29:52 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8fb6b090 - bmac/mace/macmace/mac89x0/cs89x0: Move the Macintosh (Apple) drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/apple/Kconfig#8fb6b090</link>
        <description>bmac/mace/macmace/mac89x0/cs89x0: Move the Macintosh (Apple) driversMove the Apple drivers into driver/net/ethernet/apple/ and make thenecessary Kconfig and Makefile changes.CC: Paul Mackerras &lt;paulus@samba.org&gt;CC: Paul Mackerras &lt;paulus@au.ibm.com&gt;CC: Russell Nelson &lt;nelson@crynwr.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/apple/Kconfig</description>
        <pubDate>Mon, 16 May 2011 08:39:01 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
