<?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/smsc/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/smsc/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>a2fd0844 - net: remove smc911x driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#a2fd0844</link>
        <description>net: remove smc911x driverThis driver was used on Arm and SH machines until 2009, when thelast platforms moved to the smsc911x driver for the same hardware.Time to retire this version.Link: https://lore.kernel.org/netdev/1232010482-3744-1-git-send-email-steve.glendinning@smsc.com/Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20221017121900.3520108-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Mon, 17 Oct 2022 12:18:26 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>1c4b5ecb - remove the h8300 architecture</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#1c4b5ecb</link>
        <description>remove the h8300 architectureSigned-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Wed, 23 Feb 2022 07:47:20 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>4228c394 - make legacy ISA probe optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#4228c394</link>
        <description>make legacy ISA probe optionalThere are very few ISA drivers left that rely on the static probing fromdrivers/net/Space.o. Make them all select a new CONFIG_NETDEV_LEGACY_INITsymbol, and drop the entire probe logic when that is disabled.The 9 drivers that are called from Space.c are the same set thatcalls netdev_boot_setup_check().Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Tue, 03 Aug 2021 11:40:47 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>7958ba7e - drivers: net: smsc: Add COMPILE_TEST support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#7958ba7e</link>
        <description>drivers: net: smsc: Add COMPILE_TEST supportImprove the build testing of these SMSC drivers by enabling them whenCOMPILE_TEST is selected.Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Tue, 10 Nov 2020 03:02:48 +0000</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>132db935 - docs: networking: reorganize driver documentation again</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#132db935</link>
        <description>docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Acked-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Fri, 26 Jun 2020 17:27:24 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&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/smsc/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/smsc/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>d6a99873 - docs: networking: device drivers: convert smsc/smc9.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#d6a99873</link>
        <description>docs: networking: device drivers: convert smsc/smc9.txt to ReST- add SPDX header;- mark code blocks and literals as such;- adjust identation, whitespaces and blank lines where needed;- 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/ethernet/smsc/Kconfig</description>
        <pubDate>Fri, 01 May 2020 14:44:53 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cd238eff - docs: kbuild: convert docs to ReST and rename to *.rst</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#cd238eff</link>
        <description>docs: kbuild: convert docs to ReST and rename to *.rstThe kbuild documentation clearly shows that the documentsthere are written at different times: some use markdown,some use their own peculiar logic to split sections.Convert everything to ReST without affecting too muchthe author&apos;s style and avoiding adding uneeded markups.The conversion is actually:  - add blank lines and identation in order to identify paragraphs;  - fix tables markups;  - add some lists markups;  - mark literal blocks;  - adjust title markups.At its new index.rst, let&apos;s add a :orphan: while this is not linked tothe main index.rst file, in order to avoid build warnings.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Wed, 12 Jun 2019 17:52:48 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@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/smsc/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/smsc/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>b255e500 - net: documentation: build a directory structure for drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#b255e500</link>
        <description>net: documentation: build a directory structure for driversDocumentation/networking/ is full of cryptically named files withdriver documentation.  This makes finding interesting informationat a glance really hard.  Move all those files into a directorycalled device_drivers (since not all drivers are for device) andfix up references.RFC v0.1 -&gt; RFC v1: - also add .txt suffix to the files which are missing it (Quentin)Signed-off-by: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;Reviewed-by: Quentin Monnet &lt;quentin.monnet@netronome.com&gt;Acked-by: David Ahern &lt;dsahern@gmail.com&gt;Acked-by: Henrik Austad &lt;henrik@austad.us&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Tue, 04 Dec 2018 01:43:28 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;</dc:creator>
    </item>
<item>
        <title>d98983fb - net: smsc: remove m32r/mn10300 specific smc91x configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#d98983fb</link>
        <description>net: smsc: remove m32r/mn10300 specific smc91x configurationThe m32r and mn10300 architectures are getting removed, so thispart can be cleaned up as well.Acked-by: Nicolas Pitre &lt;nico@fluxnic.net&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Fri, 09 Mar 2018 15:35:21 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>a687a533 - treewide: simplify Kconfig dependencies for removed archs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#a687a533</link>
        <description>treewide: simplify Kconfig dependencies for removed archsA lot of Kconfig symbols have architecture specific dependencies.In those cases that depend on architectures we have already removed,they can be omitted.Acked-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Acked-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Wed, 07 Mar 2018 22:30:54 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>739d875d - mn10300: Remove the architecture</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#739d875d</link>
        <description>mn10300: Remove the architectureRemove the MN10300 arch as the hardware is defunct.Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;cc: linux-am33-list@redhat.comSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Thu, 08 Mar 2018 09:48:46 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>83090e7d - net/smc9194: Remove bogus CONFIG_MAC reference</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#83090e7d</link>
        <description>net/smc9194: Remove bogus CONFIG_MAC referenceAFAIK the only version of smc9194.c with Mac support is the one in thelinux-mac68k CVS repo, which never made it to the mainline.Despite that, from v2.3.45, arch/m68k/config.in listed CONFIG_SMC9194under CONFIG_MAC. This mistake got carried over into Kconfig in v2.5.55.(See pre-git era &quot;[PATCH] add m68k dependencies to net driver config&quot;.)Signed-off-by: Finn Thain &lt;fthain@telegraphics.com.au&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Wed, 21 Feb 2018 22:24:59 +0000</pubDate>
        <dc:creator>Finn Thain &lt;fthain@telegraphics.com.au&gt;</dc:creator>
    </item>
<item>
        <title>f147d0b3 - net: smsc: Add support h8300</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#f147d0b3</link>
        <description>net: smsc: Add support h8300Add H8/300 platform support for smc91xSigned-off-by: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Fri, 15 Jan 2016 15:05:09 +0000</pubDate>
        <dc:creator>Yoshinori Sato &lt;ysato@users.sourceforge.jp&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/smsc/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/smsc/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>6321b54a - net: smc91x: Add Atari EtherNAT support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#6321b54a</link>
        <description>net: smc91x: Add Atari EtherNAT supportAdd Atari specific code to the smc91x Ethernet driver. This code is usedon the EtherNAT adapter card for the Atari Falcon extension port.Signed-off-by: Michael Schmitz &lt;schmitz@debian.org&gt;Tested-by: Christian Steigies &lt;cts@debian.org&gt;[geert: Sort Kconfig entries, split in hard and soft dependencies]Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Nicolas Pitre &lt;nico@fluxnic.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Thu, 15 Jan 2015 13:06:15 +0000</pubDate>
        <dc:creator>Michael Schmitz &lt;schmitzmic@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>372a0730 - net: smc91x: Fix build without gpiolib</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#372a0730</link>
        <description>net: smc91x: Fix build without gpiolibIf GPIOLIB=n the following build errors occur:drivers/net/ethernet/smsc/smc91x.c: In function &apos;try_toggle_control_gpio&apos;:drivers/net/ethernet/smsc/smc91x.c:2204:2: error: implicit declaration of function &apos;devm_gpiod_get_index&apos; [-Werror=implicit-function-declaration]drivers/net/ethernet/smsc/smc91x.c:2204:7: warning: assignment makes pointer from integer without a cast [enabled by default]drivers/net/ethernet/smsc/smc91x.c:2213:2: error: implicit declaration of function &apos;gpiod_direction_output&apos; [-Werror=implicit-function-declaration]drivers/net/ethernet/smsc/smc91x.c:2216:3: error: implicit declaration of function &apos;devm_gpiod_put&apos; [-Werror=implicit-function-declaration]drivers/net/ethernet/smsc/smc91x.c:2222:2: error: implicit declaration of function &apos;gpiod_set_value_cansleep&apos; [-Werror=implicit-function-declaration]Fix this by letting the driver depend on GPIOLIB if OF is selected.Fixes: 7d2911c4381 (&quot;net: smc91x: Fix gpios for device tree based booting&quot;)Cc: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Tobias Klauser &lt;tklauser@distanz.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Mon, 15 Dec 2014 09:02:27 +0000</pubDate>
        <dc:creator>Tobias Klauser &lt;tklauser@distanz.ch&gt;</dc:creator>
    </item>
<item>
        <title>5499776b - net: ethernet: smsc: Allow to select SMC91X for nios2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/smsc/Kconfig#5499776b</link>
        <description>net: ethernet: smsc: Allow to select SMC91X for nios2This chip is present on the Nios2 Development Kit 2C35.Signed-off-by: Tobias Klauser &lt;tklauser@distanz.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/smsc/Kconfig</description>
        <pubDate>Fri, 12 Dec 2014 09:21:08 +0000</pubDate>
        <dc:creator>Tobias Klauser &lt;tklauser@distanz.ch&gt;</dc:creator>
    </item>
</channel>
</rss>
