<?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>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/synopsys/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/synopsys/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/synopsys/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/synopsys/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>65e0ace2 - net: dwc-xlgmac: Initial driver for DesignWare Enterprise Ethernet</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/synopsys/Kconfig#65e0ace2</link>
        <description>net: dwc-xlgmac: Initial driver for DesignWare Enterprise EthernetSynopsys provides a new DesignWare Core Enterprise Ethernet MACIP (DWC-XLGMAC) for Ethernet designs. It is compliant with theIEEE 802.3-2012 specifications, including IEEE 802.3ba andconsortium specifications.This patch provides the initial 25G/40G/50G/100G Ethernet driverfor Synopsys XLGMAC IP Prototyping Kit.Signed-off-by: Jie Deng &lt;jiedeng@synopsys.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/synopsys/Kconfig</description>
        <pubDate>Wed, 08 Mar 2017 06:06:18 +0000</pubDate>
        <dc:creator>Jie Deng &lt;Jie.Deng1@synopsys.com&gt;</dc:creator>
    </item>
<item>
        <title>e5a5837d - ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/synopsys/Kconfig#e5a5837d</link>
        <description>ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAIf NO_DMA=y:    ERROR: &quot;dma_alloc_coherent&quot; [drivers/net/ethernet/synopsys/dwc_eth_qos.ko] undefined!    ERROR: &quot;dma_free_coherent&quot; [drivers/net/ethernet/synopsys/dwc_eth_qos.ko] undefined!    ERROR: &quot;dma_unmap_single&quot; [drivers/net/ethernet/synopsys/dwc_eth_qos.ko] undefined!    ERROR: &quot;dma_map_page&quot; [drivers/net/ethernet/synopsys/dwc_eth_qos.ko] undefined!    ERROR: &quot;dma_mapping_error&quot; [drivers/net/ethernet/synopsys/dwc_eth_qos.ko] undefined!    ERROR: &quot;dma_map_single&quot; [drivers/net/ethernet/synopsys/dwc_eth_qos.ko] undefined!Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Lars Persson &lt;larper@axis.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/synopsys/Kconfig</description>
        <pubDate>Fri, 04 Sep 2015 12:44:12 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>077742da - dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/synopsys/Kconfig#077742da</link>
        <description>dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSThis patch adds a platform driver for the new generation of thegigabit ethernet IP from Synopsys. It is developed for version 4.10aof the IP core.Signed-off-by: Lars Persson &lt;larper@axis.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/synopsys/Kconfig</description>
        <pubDate>Tue, 28 Jul 2015 10:01:48 +0000</pubDate>
        <dc:creator>Lars Persson &lt;lars.persson@axis.com&gt;</dc:creator>
    </item>
</channel>
</rss>
