<?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>e2537326 - net: ethernet: Remove accidental duplication in Kconfig file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#e2537326</link>
        <description>net: ethernet: Remove accidental duplication in Kconfig fileCommit fb3dda82fd38 (&quot;net: airoha: Move airoha_eth driver in a dedicatedfolder&quot;) accidentally added the line:  source &quot;drivers/net/ethernet/mellanox/Kconfig&quot;in drivers/net/ethernet/Kconfig, so that this line is duplicated in thatfile.Remove this accidental duplication.Fixes: fb3dda82fd38 (&quot;net: airoha: Move airoha_eth driver in a dedicated folder&quot;)Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@redhat.com&gt;Acked-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Link: https://patch.msgid.link/20250306094753.63806-1-lukas.bulwahn@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Thu, 06 Mar 2025 09:47:53 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fb3dda82 - net: airoha: Move airoha_eth driver in a dedicated folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#fb3dda82</link>
        <description>net: airoha: Move airoha_eth driver in a dedicated folderThe airoha_eth driver has no codebase shared with mtk_eth_soc one.Moreover, the upcoming features (flowtable hw offloading, PCS, ..) willnot reuse any code from MediaTek driver. Move the Airoha driver in adedicated folder.Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Fri, 28 Feb 2025 10:54:09 +0000</pubDate>
        <dc:creator>Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0193eebb - ethernet: Make OA_TC6 config symbol invisible</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#0193eebb</link>
        <description>ethernet: Make OA_TC6 config symbol invisibleCommit aa58bec064ab1622 (&quot;net: ethernet: oa_tc6: implement registerwrite operation&quot;) introduced a library that implements the OPEN AllianceTC6 10BASE-T1x MAC-PHY Serial Interface protocol for supporting10BASE-T1x MAC-PHYs.There is no need to ask the user about enabling this library, as alldrivers that use it select the OA_TC6 symbol.  Hence make the symbolinvisible, unless when compile-testing.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Link: https://patch.msgid.link/3b600550745af10ab7d7c3526353931c1d39f641.1733994552.git.geert+renesas@glider.beSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Thu, 12 Dec 2024 09:11:43 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>aa58bec0 - net: ethernet: oa_tc6: implement register write operation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#aa58bec0</link>
        <description>net: ethernet: oa_tc6: implement register write operationImplement register write operation according to the control communicationspecified in the OPEN Alliance 10BASE-T1x MACPHY Serial Interfacedocument. Control write commands are used by the SPI host to writeregisters within the MAC-PHY. Each control write commands are composed ofa 32 bits control command header followed by register write data.The MAC-PHY ignores the final 32 bits of data from the SPI host at theend of the control write command. The write command and data is alsoechoed from the MAC-PHY back to the SPI host to enable the SPI host toidentify which register write failed in the case of any bus errors.Control write commands can write either a single register or multipleconsecutive registers. When multiple consecutive registers are written,the address is automatically post-incremented by the MAC-PHY. Writing toany unimplemented or undefined registers shall be ignored and yield noeffect.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Parthiban Veerasooran &lt;Parthiban.Veerasooran@microchip.com&gt;Link: https://patch.msgid.link/20240909082514.262942-3-Parthiban.Veerasooran@microchip.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Mon, 09 Sep 2024 08:25:02 +0000</pubDate>
        <dc:creator>Parthiban Veerasooran &lt;Parthiban.Veerasooran@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>546dd90b - eth: fbnic: Add scaffolding for Meta&apos;s NIC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#546dd90b</link>
        <description>eth: fbnic: Add scaffolding for Meta&apos;s NIC driverCreate a bare-bones PCI driver for Meta&apos;s NIC.Subsequent changes will flesh it out.Signed-off-by: Alexander Duyck &lt;alexanderduyck@fb.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/172079935646.1778861.9710282776096050607.stgit@ahduyck-xeon-server.home.arpaSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Fri, 12 Jul 2024 15:49:16 +0000</pubDate>
        <dc:creator>Alexander Duyck &lt;alexanderduyck@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>81f61c10 - net: ethernet: remove duplicated CONFIG_SUNGEM_PHY entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#81f61c10</link>
        <description>net: ethernet: remove duplicated CONFIG_SUNGEM_PHY entryBoth drivers/net/Kconfig and drivers/net/ethernet/Kconfig contain thesame config entry:  config SUNGEM_PHY          tristateCommit f860b0522f65 (&quot;drivers/net: Kconfig and Makefile cleanup&quot;) movedSUNGEM_PHY from drivers/net/Kconfig to drivers/net/ethernet/Kconfig.Shortly after it was applied, commit 19e2f6fe9601 (&quot;net: Fix sungem_physharing.&quot;) added the second one to drivers/net/Kconfig.I kept the one in drivers/net/Kconfig because this CONFIG option controlsthe compilation of drivers/net/sungem_phy.c.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Sun, 04 Feb 2024 12:31:51 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a1331535 - net: restore alpha order to Ethernet devices in config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#a1331535</link>
        <description>net: restore alpha order to Ethernet devices in configThe filename &quot;wangxun&quot; sorts between &quot;intel&quot; and &quot;xscale&quot;, butxscale/Kconfig contains &quot;Intel XScale&quot; prompts, so Wangxun ends up in thewrong place in the config front-ends.Move wangxun/Kconfig so the Wangxun devices appear in order in the userinterface.Fixes: 3ce7547e5b71 (&quot;net: txgbe: Add build support for txgbe&quot;)Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Link: https://lore.kernel.org/r/20230307221051.890135-1-helgaas@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Tue, 07 Mar 2023 22:10:51 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8f148208 - eth: fealnx: bring back this old driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#8f148208</link>
        <description>eth: fealnx: bring back this old driverThis reverts commit d5e2d038dbece821f1af57acbeded3aa9a1832c1.We have a report of this chip being used on a  SURECOM EP-320X-S 100/10M Ethernet PCI Adapterwhich could still have been purchased in some partsof the world 3 years ago.Cc: stable@vger.kernel.orgLink: https://bugzilla.kernel.org/show_bug.cgi?id=217151Fixes: d5e2d038dbec (&quot;eth: fealnx: delete the driver for Myson MTD-800&quot;)Link: https://lore.kernel.org/r/20230307171930.4008454-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Tue, 07 Mar 2023 17:19:30 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d5e2d038 - eth: fealnx: delete the driver for Myson MTD-800</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#d5e2d038</link>
        <description>eth: fealnx: delete the driver for Myson MTD-800The git history for this driver seems to be completelyautomated / tree wide changes. I can&apos;t find any boardsor systems which would use this chip. Google searchshows pictures of towel warmers and no networking products.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Reviewed-by: Leon Romanovsky &lt;leonro@nvidia.com&gt;Link: https://lore.kernel.org/r/20221025184254.1717982-1-kuba@kernel.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Tue, 25 Oct 2022 18:42:54 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bc93e19d - net: ethernet: adi: Add ADIN1110 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#bc93e19d</link>
        <description>net: ethernet: adi: Add ADIN1110 supportThe ADIN1110 is a low power single port 10BASE-T1L MAC-PHYdesigned for industrial Ethernet applications. It integratesan Ethernet PHY core with a MAC and all the associated analogcircuitry, input and output clock buffering.ADIN1110 MAC-PHY encapsulates the ADIN1100 PHY. The PHY registerscan be accessed through the MDIO MAC registers.We are registering an MDIO bus with custom read/write in orderto let the PHY to be discovered by the PAL. This will letthe ADIN1100 Linux driver to probe and take control ofthe PHY.The ADIN2111 is a low power, low complexity, two-Ethernet portsswitch with integrated 10BASE-T1L PHYs and one serial peripheralinterface (SPI) port.The device is designed for industrial Ethernet applications usinglow power constrained nodes and is compliant with the IEEE 802.3cg-2019Ethernet standard for long reach 10 Mbps single pair Ethernet (SPE).The switch supports various routing configurations betweenthe two Ethernet ports and the SPI host port providing a flexiblesolution for line, daisy-chain, or ring network topologies.The ADIN2111 supports cable reach of up to 1700 meters with ultralow power consumption of 77 mW. The two PHY cores support the1.0 V p-p operating mode and the 2.4 V p-p operating mode definedin the IEEE 802.3cg standard.The device integrates the switch, two Ethernet physical layer (PHY)cores with a media access control (MAC) interface and all theassociated analog circuitry, and input and output clock buffering.The device also includes internal buffer queues, the SPI andsubsystem registers, as well as the control logic to manage the resetand clock control and hardware pin configuration.Access to the PHYs is exposed via an internal MDIO bus. Writes/readscan be performed by reading/writing to the ADIN2111 MDIO registersvia SPI.On probe, for each port, a struct net_device is allocated andregistered. When both ports are added to the same bridge, the driverwill enable offloading of frame forwarding at the hardware level.Driver offers STP support. Normal operation on forwarding state.Allows only frames with the 802.1d DA to be passed to the hostwhen in any of the other states.When both ports of ADIN2111 belong to the same SW bridge a maximumof 12 FDB entries will offloaded by the hardware and are marked as such.Co-developed-by: Lennart Franzen &lt;lennart@lfdomain.com&gt;Signed-off-by: Lennart Franzen &lt;lennart@lfdomain.com&gt;Signed-off-by: Alexandru Tachici &lt;alexandru.tachici@analog.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Tue, 13 Sep 2022 12:26:28 +0000</pubDate>
        <dc:creator>Alexandru Tachici &lt;alexandru.tachici@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>3ce7547e - net: txgbe: Add build support for txgbe</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#3ce7547e</link>
        <description>net: txgbe: Add build support for txgbeAdd doc build infrastructure for txgbe driver.Initialize PCI memory space for WangXun 10 Gigabit Ethernet devices.Signed-off-by: Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;Link: https://lore.kernel.org/r/20220628095530.889344-1-jiawenwu@trustnetic.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Tue, 28 Jun 2022 09:55:30 +0000</pubDate>
        <dc:creator>Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;</dc:creator>
    </item>
<item>
        <title>fd3040b9 - net: ethernet: Add driver for Sunplus SP7021</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#fd3040b9</link>
        <description>net: ethernet: Add driver for Sunplus SP7021Add driver for Sunplus SP7021 SoC.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Wells Lu &lt;wellslutw@gmail.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Sun, 08 May 2022 10:13:20 +0000</pubDate>
        <dc:creator>Wells Lu &lt;wellslutw@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>da367ac7 - net: restore alpha order to Ethernet devices in config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#da367ac7</link>
        <description>net: restore alpha order to Ethernet devices in configThe displayed list of Ethernet devices in make menuconfighas gotten out of order. This is mostly due to changes in vendornames etc, but also because of new Microsoft entry in wrong place.This restores so that the display is in order even if the namesof the sub directories are not.Fixes: ca9c54d2d6a5 (&quot;net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)&quot;)Signed-off-by: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Thu, 14 Apr 2022 16:03:12 +0000</pubDate>
        <dc:creator>Stephen Hemminger &lt;stephen@networkplumber.org&gt;</dc:creator>
    </item>
<item>
        <title>749efb1e - net/fungible: Kconfig, Makefiles, and MAINTAINERS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#749efb1e</link>
        <description>net/fungible: Kconfig, Makefiles, and MAINTAINERSHook up the new driver to configuration and build.Signed-off-by: Dimitris Michailidis &lt;dmichail@fungible.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Fri, 25 Feb 2022 02:59:02 +0000</pubDate>
        <dc:creator>Dimitris Michailidis &lt;d.michailidis@fungible.com&gt;</dc:creator>
    </item>
<item>
        <title>2f207cbf - net: vertexcom: Add MSE102x SPI support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#2f207cbf</link>
        <description>net: vertexcom: Add MSE102x SPI supportThis implements an SPI protocol driver for Vertexcom MSE102xHomeplug GreenPHY chip.Signed-off-by: Stefan Wahren &lt;stefan.wahren@i2se.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Sun, 12 Dec 2021 14:50:27 +0000</pubDate>
        <dc:creator>Stefan Wahren &lt;stefan.wahren@i2se.com&gt;</dc:creator>
    </item>
<item>
        <title>403f69bb - tsnep: Add TSN endpoint Ethernet MAC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#403f69bb</link>
        <description>tsnep: Add TSN endpoint Ethernet MAC driverThe TSN endpoint Ethernet MAC is a FPGA based network device forreal-time communication.It is integrated as Ethernet controller with ethtool and PTP support.For real-time communcation TC_SETUP_QDISC_TAPRIO is supported.Signed-off-by: Gerhard Engleder &lt;gerhard@engleder-embedded.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Fri, 19 Nov 2021 22:58:26 +0000</pubDate>
        <dc:creator>Gerhard Engleder &lt;gerhard@engleder-embedded.com&gt;</dc:creator>
    </item>
<item>
        <title>a97c69ba - net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#a97c69ba</link>
        <description>net: ax88796c: ASIX AX88796C SPI Ethernet Adapter DriverASIX AX88796[1] is a versatile ethernet adapter chip, that can beconnected to a CPU with a 8/16-bit bus or with an SPI. This driversupports SPI connection.The driver has been ported from the vendor kernel for ARTIK5[2]boards. Several changes were made to adapt it to the current kernelwhich include:+ updated DT configuration,+ clock configuration moved to DT,+ new timer, ethtool and gpio APIs,+ dev_* instead of pr_* and custom printk() wrappers,+ removed awkward vendor power managemtn.+ introduced ethtool tunable to control SPI compression[1] https://www.asix.com.tw/products.php?op=pItemdetail&amp;PItemID=104;65;86&amp;PLine=65[2] https://git.tizen.org/cgit/profile/common/platform/kernel/linux-3.10-artik/The other ax88796 driver is for NE2000 compatible AX88796L chip. Thesechips are not compatible. Hence, two separate drivers are required.Signed-off-by: &#321;ukasz Stelmach &lt;l.stelmach@samsung.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Wed, 20 Oct 2021 18:24:22 +0000</pubDate>
        <dc:creator>&#321;ukasz Stelmach &lt;l.stelmach@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>427f974d - net: korina: select CRC32</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#427f974d</link>
        <description>net: korina: select CRC32Fix the following build/link error by adding a dependency on the CRC32routines:  ld: drivers/net/ethernet/korina.o: in function `korina_multicast_list&apos;:  korina.c:(.text+0x1af): undefined reference to `crc32_le&apos;Fixes: ef11291bcd5f9 (&quot;Add support the Korina (IDT RC32434) Ethernet MAC&quot;)Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;Acked-by: Florian fainelli &lt;f.fainelli@gmail.com&gt;Link: https://lore.kernel.org/r/20211012152509.21771-1-vegard.nossum@oracle.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Tue, 12 Oct 2021 15:25:09 +0000</pubDate>
        <dc:creator>Vegard Nossum &lt;vegard.nossum@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>ee7da21a - net: Add driver for LiteX&apos;s LiteETH network interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#ee7da21a</link>
        <description>net: Add driver for LiteX&apos;s LiteETH network interfaceLiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basicnetwork device that is commonly used in LiteX designs.The driver was first written in 2017 and has been maintained by theLiteX community in various trees. Thank you to all who have contributed.Co-developed-by: Gabriel Somlo &lt;gsomlo@gmail.com&gt;Co-developed-by: David Shah &lt;dave@ds0.me&gt;Co-developed-by: Stafford Horne &lt;shorne@gmail.com&gt;Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Tested-by: Gabriel Somlo &lt;gsomlo@gmail.com&gt;Reviewed-by: Gabriel Somlo &lt;gsomlo@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Wed, 25 Aug 2021 22:21:06 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<item>
        <title>6ef92063 - net: korina: Make driver COMPILE_TESTable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/Kconfig#6ef92063</link>
        <description>net: korina: Make driver COMPILE_TESTableMove structs/defines for ethernet/dma register into driver, since theyare only used for this driver and remove any MIPS specific includes.This makes it possible to COMPILE_TEST the driver.Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/Kconfig</description>
        <pubDate>Sun, 18 Apr 2021 22:19:47 +0000</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;</dc:creator>
    </item>
</channel>
</rss>
