<?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>a29689e6 - net: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/fujitsu/Kconfig#a29689e6</link>
        <description>net: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency forthose drivers requiring them. For the DEFXX driver the use of I/Oports is optional and we only need to fence specific code paths. It alsoturns out that with HAS_IOPORT handled explicitly HAMRADIO does not needthe !S390 dependency and successfully builds the bpqether driver.Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/fujitsu/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 11:18:31 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&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/ethernet/fujitsu/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/fujitsu/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/ethernet/fujitsu/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/fujitsu/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>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/fujitsu/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/fujitsu/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>d96caf61 - net: fujitsu: Remove ISA depdendency from Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/fujitsu/Kconfig#d96caf61</link>
        <description>net: fujitsu: Remove ISA depdendency from KconfigThere no longer are ISA drivers in the fujitsu directory, so remove thedependency from the Kconfig.Signed-off-by: Matthew Whitehead &lt;tedheadster@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/fujitsu/Kconfig</description>
        <pubDate>Fri, 04 Oct 2013 21:03:08 +0000</pubDate>
        <dc:creator>Matthew Whitehead &lt;tedheadster@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>846a7981 - drivers/net/ethernet/fujitsu: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/fujitsu/Kconfig#846a7981</link>
        <description>drivers/net/ethernet/fujitsu: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/fujitsu/Kconfig</description>
        <pubDate>Tue, 22 Jan 2013 18:30:25 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>bb37f122 - drivers/net: delete old fujitsu based eth16i driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/fujitsu/Kconfig#bb37f122</link>
        <description>drivers/net: delete old fujitsu based eth16i driverThis is another driver for relatively rare 10Mbit hardware thatoriginated in the early 1990&apos;s.  So we select it for removal atthis point in time as well.Cc: Mika Kuoppala &lt;miku@iki.fi&gt;Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/fujitsu/Kconfig</description>
        <pubDate>Mon, 14 Jan 2013 00:41:14 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>13a80cb8 - drivers/net: delete at1700 ISA 10Mbit driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/fujitsu/Kconfig#13a80cb8</link>
        <description>drivers/net: delete at1700 ISA 10Mbit driverThese Fujitsu MB86965 based ISA 10Mbit cards were another of therelatively rare cards dating from the early 1990s that for one reasonor another didn&apos;t seem to get a lot of use in linux.  So we retire itnow with a reasonable degree of confidence that it won&apos;t impact anyone.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/fujitsu/Kconfig</description>
        <pubDate>Fri, 11 Jan 2013 00:19:43 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>483f7772 - drivers/net: remove orphaned references to micro channel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/fujitsu/Kconfig#483f7772</link>
        <description>drivers/net: remove orphaned references to micro channelWe threw away the microchannel support, but the removal wasn&apos;tcompletely trivial since there was namespace overlap with themachine check support, and hence some orphaned dependenciessurvived the deletion.  This attempts to sweep those up andsend them to the bit-bucket.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/fujitsu/Kconfig</description>
        <pubDate>Fri, 04 Jan 2013 16:57:17 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.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/fujitsu/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/fujitsu/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>5346ebf6 - eth16i: Move the Allied Telesis/Fujitsu drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/fujitsu/Kconfig#5346ebf6</link>
        <description>eth16i: Move the Allied Telesis/Fujitsu driversMove the Allied Telesis/Fujitsu drivers into drivers/net/ethernet/fujitsu/and make the necessary Kconfig and Makefile changes.CC: Shingo Fujimoto &lt;shingo@flab.fujitsu.co.jp&gt;CC: Yutaka Tamiya &lt;tamy@flab.fujitsu.co.jp&gt;CC: Rene Schmit &lt;rene@bss.lu&gt;CC: Mika Kuoppala &lt;miku@iki.fi&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/fujitsu/Kconfig</description>
        <pubDate>Sat, 11 Jun 2011 08:13:22 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
