<?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>0b32e91f - ethernet: select CONFIG_CRC32 as needed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/nxp/Kconfig#0b32e91f</link>
        <description>ethernet: select CONFIG_CRC32 as neededA number of ethernet drivers require crc32 functionality to beavaialable in the kernel, causing a link error otherwise:arm-linux-gnueabi-ld: drivers/net/ethernet/agere/et131x.o: in function `et1310_setup_device_for_multicast&apos;:et131x.c:(.text+0x5918): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/cadence/macb_main.o: in function `macb_start_xmit&apos;:macb_main.c:(.text+0x4b88): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/faraday/ftgmac100.o: in function `ftgmac100_set_rx_mode&apos;:ftgmac100.c:(.text+0x2b38): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/freescale/fec_main.o: in function `set_multicast_list&apos;:fec_main.c:(.text+0x6120): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/freescale/fman/fman_dtsec.o: in function `dtsec_add_hash_mac_address&apos;:fman_dtsec.c:(.text+0x830): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/freescale/fman/fman_dtsec.o:fman_dtsec.c:(.text+0xb68): more undefined references to `crc32_le&apos; followarm-linux-gnueabi-ld: drivers/net/ethernet/netronome/nfp/nfpcore/nfp_hwinfo.o: in function `nfp_hwinfo_read&apos;:nfp_hwinfo.c:(.text+0x250): undefined reference to `crc32_be&apos;arm-linux-gnueabi-ld: nfp_hwinfo.c:(.text+0x288): undefined reference to `crc32_be&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/netronome/nfp/nfpcore/nfp_resource.o: in function `nfp_resource_acquire&apos;:nfp_resource.c:(.text+0x144): undefined reference to `crc32_be&apos;arm-linux-gnueabi-ld: nfp_resource.c:(.text+0x158): undefined reference to `crc32_be&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/nxp/lpc_eth.o: in function `lpc_eth_set_multicast_list&apos;:lpc_eth.c:(.text+0x1934): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/rocker/rocker_ofdpa.o: in function `ofdpa_flow_tbl_do&apos;:rocker_ofdpa.c:(.text+0x2e08): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/rocker/rocker_ofdpa.o: in function `ofdpa_flow_tbl_del&apos;:rocker_ofdpa.c:(.text+0x3074): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/rocker/rocker_ofdpa.o: in function `ofdpa_port_fdb&apos;:arm-linux-gnueabi-ld: drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.o: in function `mlx5dr_ste_calc_hash_index&apos;:dr_ste.c:(.text+0x354): undefined reference to `crc32_le&apos;arm-linux-gnueabi-ld: drivers/net/ethernet/microchip/lan743x_main.o: in function `lan743x_netdev_set_multicast&apos;:lan743x_main.c:(.text+0x5dc4): undefined reference to `crc32_le&apos;Add the missing &apos;select CRC32&apos; entries in Kconfig for each of them.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Acked-by: Madalin Bucur &lt;madalin.bucur@oss.nxp.com&gt;Acked-by: Mark Einon &lt;mark.einon@gmail.com&gt;Acked-by: Simon Horman &lt;simon.horman@netronome.com&gt;Link: https://lore.kernel.org/r/20201203232114.1485603-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/nxp/Kconfig</description>
        <pubDate>Thu, 03 Dec 2020 23:20:37 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/ethernet/nxp/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/ethernet/nxp/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>35974a7c - net: lpc-enet: allow compile testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/nxp/Kconfig#35974a7c</link>
        <description>net: lpc-enet: allow compile testingThe lpc-enet driver can now be built on all platforms, soallow compile testing as well.Add one missing header inclusion that is required in someconfigurations.Link: https://lore.kernel.org/r/20190809144043.476786-11-arnd@arndb.deSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/nxp/Kconfig</description>
        <pubDate>Fri, 09 Aug 2019 14:40:36 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/nxp/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/nxp/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>b7370112 - lpc32xx: Added ethernet driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/nxp/Kconfig#b7370112</link>
        <description>lpc32xx: Added ethernet driverThis patch adds an ethernet driver for the LPC32xx ARM SoC.Signed-off-by: Roland Stigge &lt;stigge@antcom.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/nxp/Kconfig</description>
        <pubDate>Thu, 08 Mar 2012 11:49:17 +0000</pubDate>
        <dc:creator>stigge@antcom.de &lt;stigge@antcom.de&gt;</dc:creator>
    </item>
</channel>
</rss>
