<?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/arcnet/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/arcnet/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/arcnet/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/arcnet/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>08bab46f - docs: networking: convert arcnet.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#08bab46f</link>
        <description>docs: networking: convert arcnet.txt to ReST- add SPDX header;- use document title markup;- add notes markups;- mark code blocks and literals as such;- mark tables as such;- adjust identation, whitespaces and blank lines;- add to networking/index.rst.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/drivers/net/arcnet/Kconfig</description>
        <pubDate>Mon, 27 Apr 2020 22:01:20 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>02bc5eb9 - drivers: net: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#02bc5eb9</link>
        <description>drivers: net: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:    $ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Reviewed-by: Leon Romanovsky &lt;leonro@mellanox.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Mon, 23 Sep 2019 15:52:43 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@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/arcnet/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/arcnet/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>754107e3 - arcnet/com20020: add LEDS_CLASS dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#754107e3</link>
        <description>arcnet/com20020: add LEDS_CLASS dependencyThe newly added led trigger support in the com20020-pci driver causesbuild errors when CONFIG_LEDS_CLASS is disabled:drivers/built-in.o: In function `com20020pci_probe&apos;:(.text+0x185dc4): undefined reference to `devm_led_classdev_register&apos;(.text+0x185dd8): undefined reference to `devm_led_classdev_register&apos;This adds a Kconfig dependency to prevent the invalid configurations.Other drivers appear to be split 50:50 between &apos;select&apos; and &apos;depends on&apos;for this symbol, I picked &apos;depends on&apos; as I could not find a commonpolicy and it generally causes fewer problems.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: 8890624a4e8c (&quot;arcnet: com20020-pci: add led trigger support&quot;)Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Tue, 03 Nov 2015 13:51:29 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.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/arcnet/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/arcnet/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>fc0b927d - net: Revert ARCNET and PHYLIB to tristate options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#fc0b927d</link>
        <description>net: Revert ARCNET and PHYLIB to tristate optionscommit 88491d8103498a6166f70d5999902fec70924314 (&quot;drivers/net: Kconfig&amp; Makefile cleanup&quot;) changed the type of these options to bool, butthey select code that could (and still can) be built as modules.Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Fri, 25 Nov 2011 14:40:02 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>88491d81 - drivers/net: Kconfig &amp; Makefile cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#88491d81</link>
        <description>drivers/net: Kconfig &amp; Makefile cleanupThe is does a general cleanup of the drivers/net/ Kconfig andMakefile.  This patch create a &quot;core&quot; option and places allthe networking core drivers into this option (default is yesfor this option).  In addition, it alphabitizes the Kconfigdriver options.As a side cleanup, found that the arcnet, token ring, and PHYKconfig options were a tri-state option and should have beena bool option.Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Tue, 23 Aug 2011 07:42:10 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>330278cd - com20020_cs: Move the PCMCIA Arcnet driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#330278cd</link>
        <description>com20020_cs: Move the PCMCIA Arcnet driverMove the COM20020 PCMICA Arcnet driver into drivers/net/arcnet/ withthe other Arcnet drivers.  Made the necessary Kconfig and Makefilechanges as well.Since this was the &quot;last&quot; PCMCIA driver in drivers/net/pcmcia/, this patchalso cleans up the references to drivers/net/pcmcia.CC: Arnaldo Carvalho de Melo &lt;acme@ghostprotocols.net&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Tue, 23 Aug 2011 01:04:50 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>57ce45dd - [NET]: Remove references to net-modules.txt.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#57ce45dd</link>
        <description>[NET]: Remove references to net-modules.txt.When I removed net-modules.txt because it only contained ancientinformation I missed that many Kconfig entries pointed to this ancientinformation.Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Tue, 13 Nov 2007 05:03:58 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>42859007 - [ARCNET]: Use menuconfig objects.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#42859007</link>
        <description>[ARCNET]: Use menuconfig objects.Use menuconfigs instead of menus, so the whole menu can be disabled atonce instead of going through all options.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Wed, 23 May 2007 21:50:18 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>47c51431 - [PATCH] trivial: fix spelling errors in Kconfigs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#47c51431</link>
        <description>[PATCH] trivial: fix spelling errors in KconfigsThis patch corrects a few spelling and grammar errors found indrivers/netSigned-off-by: Jon Mason &lt;jdmason@us.ibm.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Sun, 12 Feb 2006 17:53:04 +0000</pubDate>
        <dc:creator>Jon Mason &lt;jdmason@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/arcnet/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/net/arcnet/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
