<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>0fe08d1bd26fa1563039c5701b0e0302dde3fe8f - drivers: net: Add net qso full config option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#0fe08d1bd26fa1563039c5701b0e0302dde3fe8f</link>
        <description>drivers: net: Add net qso full config optionAdd this config option to reduce memory usage, if it was not necessary.Change-Id: I11b20318f48427ccba248c1e4c4cb66b85a9529aSigned-off-by: David Wu &lt;david.wu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Wed, 01 Sep 2021 09:53:34 +0000</pubDate>
        <dc:creator>David Wu &lt;david.wu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>6f0a52e9525c0c82bd95a1d5f21d9816c04bd977 - net: gmac_rockchip: Add dwc_eth_qos support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#6f0a52e9525c0c82bd95a1d5f21d9816c04bd977</link>
        <description>net: gmac_rockchip: Add dwc_eth_qos supportChange the original data structure so that Rockchip&apos;s Socgmac controller can support the designware.c and dwc_eth_qos.cdrivers, a Soc can only support one.Signed-off-by: David Wu &lt;david.wu@rock-chips.com&gt;Change-Id: I313674274fc2eddb7717ba76c537cd668d6a492b

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Thu, 30 Apr 2020 09:38:35 +0000</pubDate>
        <dc:creator>David Wu &lt;david.wu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>70664e19a3db7f23427264fc090100213d4eeaab - UPSTREAM: net: Add eth phy generic driver for shared MDIO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#70664e19a3db7f23427264fc090100213d4eeaab</link>
        <description>UPSTREAM: net: Add eth phy generic driver for shared MDIOFor dual ethernet controllers, the HW design may connect ETH phys toone MDIO ports. So two different ethernet drivers have to share MDIO bus.Since two ethernet drivers are independent, we can&apos;t ensure their probeorder.To resolve this problem, introduce an eth phy generic driver and uclass.After eth-uclass binds, we search the mdio node and binds the phy nodewith the eth-phy-generic driver.When one eth driver get its phy device, the parent of phy device willprobe prior than phy device. So this ensure the eth driver ownes theMDIO bus will be probed before using its MDIO.Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Signed-off-by: David Wu &lt;david.wu@rock-chips.com&gt;Change-Id: Ice83493e9e1caf3842f9ce0c129e29ad46cc0532

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Sun, 03 May 2020 14:41:14 +0000</pubDate>
        <dc:creator>Ye Li &lt;ye.li@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>8a2d844d7d70ac9d97f9e6e344ff56ced05f8e3e - UPSTREAM: net: introduce MDIO DM class for MDIO devices</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#8a2d844d7d70ac9d97f9e6e344ff56ced05f8e3e</link>
        <description>UPSTREAM: net: introduce MDIO DM class for MDIO devicesAdds UCLASS_MDIO DM class supporting MDIO buses that are probed asstand-alone devices.  Useful in particular for systems that supportDM_ETH and have a stand-alone MDIO hardware block shared by multipleEthernet interfaces.Signed-off-by: Alex Marginean &lt;alexm.osslist@gmail.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Signed-off-by: David Wu &lt;david.wu@rock-chips.com&gt;Change-Id: I8e106f4360aa46289e0ed551f8f685cad9dc6269

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Mon, 03 Jun 2019 16:10:30 +0000</pubDate>
        <dc:creator>Alex Marginean &lt;alexm.osslist@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>87e4c6020eff05133e40ab8b7b0e37e6a2be37e4 - UPSTREAM: powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#87e4c6020eff05133e40ab8b7b0e37e6a2be37e4</link>
        <description>UPSTREAM: powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxCONFIG_8xx doesn&apos;t mean much outside of arch/powerpc/This patch renames it CONFIG_MPC8xx just like CONFIG_MPC85xx etc ...It also renames 8xx_immap.h to immap_8xx.h to be consistent withother file names.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;(cherry picked from commit ee1e600c13d16febd517ab7d0d2c243db174789b)Change-Id: I564708bb6517b699749e8a54c013d032f785e459Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Fri, 16 Mar 2018 16:20:41 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>6e7adf7037c76f081b149685fa5e978e2ddf2a22 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#6e7adf7037c76f081b149685fa5e978e2ddf2a22</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Mon, 07 Aug 2017 21:37:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>c89782dcac6277714157cd30e38afb74e1ed5dee - net: move Broadcom SF2 driver to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#c89782dcac6277714157cd30e38afb74e1ed5dee</link>
        <description>net: move Broadcom SF2 driver to Kconfigmove to Kconfig:	CONFIG_BCM_SF2_ETH	CONFIG_BCM_SF2_ETH_DEFAULT_PORT	CONFIG_BCM_SF2_ETH_GMACAlso modified defconfigs of all platforms that use these configs.Signed-off-by: Suji Velupillai &lt;suji.velupillai@broadcom.com&gt;Tested-by: Suji Velupillai &lt;suji.velupillai@broadcom.com&gt;Reviewed-by: JD Zheng &lt;jiandong.zheng@broadcom.com&gt;Reviewed-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Signed-off-by: Steve Rae &lt;steve.rae@raedomain.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Mon, 10 Jul 2017 21:05:41 +0000</pubDate>
        <dc:creator>Suji Velupillai &lt;suji.velupillai@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>fad51ac3af429d5b5b6f6ad4d924ee00e1525db1 - powerpc, 8xx: move FEC Ethernet driver in drivers/net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#fad51ac3af429d5b5b6f6ad4d924ee00e1525db1</link>
        <description>powerpc, 8xx: move FEC Ethernet driver in drivers/netSigned-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Thu, 06 Jul 2017 08:33:23 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>5cafcbab580bac6c7f44ca4a164c422b7e1ecf20 - Merge git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#5cafcbab580bac6c7f44ca4a164c422b7e1ecf20</link>
        <description>Merge git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Sat, 03 Jun 2017 22:05:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>449ea2cd0d0c4e46c5b2b21480f34523dd928e33 - net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#449ea2cd0d0c4e46c5b2b21480f34523dd928e33</link>
        <description>net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectableThis change migrate the following configuration options for Kconfig: * PHY_GIGE, indicates that a controller (with an appropriate PHY) is   Gigabit capable and enables extra support in the miiutil for   parsing the status of Gigabit PHYs * adds configuration options for Micrel KSZ9021 and KSZ9031 GbE PHYs,   which previously had to enabled through a board-specific config fileSigned-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Sun, 26 Mar 2017 16:50:23 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>8dc1b17f14c9201c7d0da0f33e404a7e051b2ec6 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-nds32</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#8dc1b17f14c9201c7d0da0f33e404a7e051b2ec6</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-nds32Move FTMAC100 to where it should be, alphabetically indrivers/net/KconfigSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	drivers/net/Kconfig

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Fri, 26 May 2017 15:18:53 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>be62fbf376261ab3a4ed5db3bf54d5df9e216d9f - Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#be62fbf376261ab3a4ed5db3bf54d5df9e216d9f</link>
        <description>Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Tue, 23 May 2017 20:22:03 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>be71a179bdd935336fb0bee8283be729144ac965 - nds32: eth: Support ftmac100 DM.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#be71a179bdd935336fb0bee8283be729144ac965</link>
        <description>nds32: eth: Support ftmac100 DM.Support Andestech eth ftmac100 device tree flow on AG101P/AE3XX platform.Verification: Boot linux kernel via dhcp and bootm ok. NDS32 # setenv bootm_size 0x2000000;setenv fdt_high 0x1f00000; NDS32 # dhcp 0x600000 10.0.4.97:boomimage-310y-ae300-spi.bin BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 DHCP client bound to address 10.0.4.178 (4899 ms)	Using mac@e0100000 device	TFTP from server 10.0.4.97; our IP address is 10.0.4.178	Filename &apos;boomimage-310y-ae300-spi.bin&apos;.	Load address: 0x600000	Loading: #################################################################	         #################################################################	         #################################################################......	         ###################################	         233.4 KiB/s					 done					 Bytes transferred = 13872076 (d3abcc hex)	NDS32 # dhcp 0x2000000 10.0.4.97:ae300.dtb	BOOTP broadcast 1	BOOTP broadcast 2	BOOTP broadcast 3	BOOTP broadcast 4	DHCP client bound to address 10.0.4.178 (4592 ms)	Using mac@e0100000 device	TFTP from server 10.0.4.97; our IP address is 10.0.4.178	Filename &apos;ae300.dtb&apos;.	Load address: 0x2000000	Loading: #	         82 KiB/s					 done					 Bytes transferred = 2378 (94a hex)	NDS32 # bootm 0x600000 - 0x2000000	 Image Name:	 Created:      2017-03-22   6:52:03 UTC	 Image Type:   NDS32 Linux Kernel Image (uncompressed)	 Data Size:    13872012 Bytes = 13.2 MiB	 Load Address: 0000c000	 Entry Point:  0000c000	 Verifying Checksum ... OK	 Booting using the fdt blob at 0x2000000	 Loading Kernel Image ... OK	 Loading Device Tree to 01efc000, end 01eff949 ... OK	 Linux version 3.10.102-20375-gb0034c1-dirty (rick@app09)	(gcc version 4.9.3 (2016-07-06_nds32le-linux-glibc-v3_experimental) )  #293 PREEMPT Wed Mar 22 14:49:28 CST 2017	CPU: NDS32 N13, AndesCore ID(wb), CPU_VER 0x0d11103f(id 13, rev 17, cfg 4159)......Signed-off-by: rick &lt;rick@andestech.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Tue, 23 May 2017 05:48:27 +0000</pubDate>
        <dc:creator>rick &lt;rick@andestech.com&gt;</dc:creator>
    </item>
<item>
        <title>8ae51b6f324ed2198d9b0a5de372d0a3c17e5dde - net: ravb: Add Renesas Ethernet RAVB driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#8ae51b6f324ed2198d9b0a5de372d0a3c17e5dde</link>
        <description>net: ravb: Add Renesas Ethernet RAVB driverAdd driver for the Renesas Ethernet AVB block found in RCar H3/M3.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Hiroyuki Yokoyama &lt;hiroyuki.yokoyama.vx@renesas.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Based on work of:Hiroyuki Yokoyama &lt;hiroyuki.yokoyama.vx@renesas.com&gt;Takeshi Kihara &lt;takeshi.kihara.df@renesas.com&gt;Kazuya Mizuguchi &lt;kazuya.mizuguchi.ks@renesas.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Sat, 13 May 2017 13:54:28 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6f008a2e16ec3b618363800e414023569007cd89 - Merge git://git.denx.de/u-boot-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#6f008a2e16ec3b618363800e414023569007cd89</link>
        <description>Merge git://git.denx.de/u-boot-sunxi

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Tue, 25 Apr 2017 20:12:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>751b0be0a1753bbc2f43c1d32e704bac9412d5af - sunxi: Convert CONFIG_RGMII to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#751b0be0a1753bbc2f43c1d32e704bac9412d5af</link>
        <description>sunxi: Convert CONFIG_RGMII to KconfigConvert CONFIG_RGMII to Kconfig. Thanks to that, it is possible toupdate defconfig files of SYS_EXTRA_OPTIONS accordingly andremove it when it is possible.Signed-off-by: Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Sun, 02 Apr 2017 10:59:08 +0000</pubDate>
        <dc:creator>Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>abc3e4df59f54cf3dda42a35a75d617fe861f5fe - sunxi: Convert SUNXI_EMAC to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#abc3e4df59f54cf3dda42a35a75d617fe861f5fe</link>
        <description>sunxi: Convert SUNXI_EMAC to KconfigConvert the SUNXI_EMAC config to Kconfig. Remove it from SYS_EXTRA_OPTIONSfrom many sunxi defconfig and renamed it into SUN4I_EMAC to not confuse itwith SUN8I_EMAC.Signed-off-by: Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Sun, 02 Apr 2017 10:59:07 +0000</pubDate>
        <dc:creator>Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>4d43d065db3262f9a9918ba72457bf36dfb8e0bb - sunxi: Move SUNXI_GMAC to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#4d43d065db3262f9a9918ba72457bf36dfb8e0bb</link>
        <description>sunxi: Move SUNXI_GMAC to KconfigMove the SUNXI_GMAC config option to Kconfig, remove itfrom SYS_EXTRA_OPTIONS and rename it into SUN7I_GMAC.Signed-off-by: Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Sun, 02 Apr 2017 10:59:03 +0000</pubDate>
        <dc:creator>Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>f532703665ae5e5957211bbc4e7296a8313cc403 - Merge git://www.denx.de/git/u-boot-marvell</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/Kconfig#f532703665ae5e5957211bbc4e7296a8313cc403</link>
        <description>Merge git://www.denx.de/git/u-boot-marvellThis includes Marvell mvpp2 patches with the ethernet support for theARMv8 Armada 7k/8k platforms. The ethernet patches are all acked by Joeand he is okay with me pushing them via the Marvell tree.

            List of files:
            /rk3399_rockchip-uboot/drivers/net/Kconfig</description>
        <pubDate>Tue, 04 Apr 2017 13:17:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
</channel>
</rss>
