<?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>cf51737fc4fd1e190fd2f560411ac79ec60f3825 - net: phy: Add rockchip fephy support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#cf51737fc4fd1e190fd2f560411ac79ec60f3825</link>
        <description>net: phy: Add rockchip fephy supportSigned-off-by: David Wu &lt;david.wu@rock-chips.com&gt;Change-Id: I06d51e841ded6fcf1f0741e570b6acb226339c28

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Tue, 27 May 2025 03:50:54 +0000</pubDate>
        <dc:creator>David Wu &lt;david.wu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>bf9a0f37862d25c47b0761c423e1b1640ad49818 - net: phy: Add rk630 phy support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#bf9a0f37862d25c47b0761c423e1b1640ad49818</link>
        <description>net: phy: Add rk630 phy supportChange-Id: Idae9d4f8948281267758f01a020a7a07099dc827Signed-off-by: David Wu &lt;david.wu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Wed, 02 Mar 2022 10:45:39 +0000</pubDate>
        <dc:creator>David Wu &lt;david.wu@rock-chips.com&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/phy/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/phy/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>9a31c739d2c0f1383d8a73830c5b0bc444ba9d28 - net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#9a31c739d2c0f1383d8a73830c5b0bc444ba9d28</link>
        <description>net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig optionsThe correct option is PHY_MICREL_KSZ90X1, but some configs stillselect the 9021 and 9031 options, which are deprecated.Signed-off-by: Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 07 Jul 2017 18:37:00 +0000</pubDate>
        <dc:creator>Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;</dc:creator>
    </item>
<item>
        <title>d397f7c45b0b87a7e1083c57a320c559e7848268 - net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#d397f7c45b0b87a7e1083c57a320c559e7848268</link>
        <description>net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversThe KS8721BL and KSZ9021 PHYs are software-incompatible, yet theyshare the same ID. Drivers for bothe PHYs cannot safely coexist, sothe solution was to use #ifdefs to select between the two drivers.As a result KSZ9031, which has a unique ID, is now caught in thecrossfire. Unless CONFIG_PHY_MICREL_KSZ9031 is defined, the KSZ9031will not function properly, as some essential configuration code isifdef&apos;d-out.To prevent such situations, move the KSZ9000 drivers to a separatefile, and place them under a separate Kconfig option. While it ispossible to enable both KSZ8000 and KSZ9000 drivers at the same time,the assumption is that it is highly unlikely for a system to containboth a KSZ8000 and a KSZ9000 PHY, and that only one of the driverswill be enabled at any given time.Signed-off-by: Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 07 Jul 2017 18:36:57 +0000</pubDate>
        <dc:creator>Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;</dc:creator>
    </item>
<item>
        <title>cb543d30df00d4db67f429dfa5515227e7af4014 - net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#cb543d30df00d4db67f429dfa5515227e7af4014</link>
        <description>net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021Signed-off-by: Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 07 Jul 2017 18:36:56 +0000</pubDate>
        <dc:creator>Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;</dc:creator>
    </item>
<item>
        <title>821560fd8e43eecc208c1c52ad24faadb6b52703 - Merge git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#821560fd8e43eecc208c1c52ad24faadb6b52703</link>
        <description>Merge git://www.denx.de/git/u-boot-imxSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	include/configs/imx6qdl_icore_rqs.h	include/configs/imx6ul_geam.h	include/configs/imx6ul_isiot.h

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Tue, 27 Jun 2017 13:32:37 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&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/phy/Kconfig#5cafcbab580bac6c7f44ca4a164c422b7e1ecf20</link>
        <description>Merge git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/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/phy/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/phy/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>a43241a406890b2f309d05039556cf4f57e9bb0d - drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#a43241a406890b2f309d05039556cf4f57e9bb0d</link>
        <description>drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entryAdd kconfig entry for Micrel KSZ9021 PHY support.Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 12 May 2017 11:48:23 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>1622559066d890f1b7622be0ede8a5d64de66ef3 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#1622559066d890f1b7622be0ede8a5d64de66ef3</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imxDrop CONFIG_STACKSIZE from include/configs/imx6_logic.hSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Thu, 13 Apr 2017 14:17:06 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>db40c1aa1c100d8a9e33206575efd8b3678f31db - drivers/net/phy: add fixed-phy / fixed-link support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#db40c1aa1c100d8a9e33206575efd8b3678f31db</link>
        <description>drivers/net/phy: add fixed-phy / fixed-link supportThis patch adds support for having a &quot;fixed-link&quot; to some other MAC(like some embedded switch-device).For this purpose we introduce a new phy-driver, called &quot;Fixed PHY&quot;.Fixed PHY works only with CONFIG_DM_ETH enabled, since the fixed-link isdescribed with a subnode below ethernet interface.Most ethernet drivers (unfortunately not all are following same schemefor searching/attaching phys) are calling &quot;phy_connect(...)&quot; for gettinga phy-device.At this point we link in, we search here for a subnode called &quot;fixed-link&quot;, once found we start phy_device_create(...) with the special phy-id PHY_FIXED_ID (0xa5a55a5a).During init the &quot;Fixed PHY&quot; driver has registered with this id and nowgets probed, during probe we get all the details about fixed-link out ofdts, later on the phy reports this values.Signed-off-by: Hannes Schmelzer &lt;hannes.schmelzer@br-automation.com&gt;Signed-off-by: Hannes Schmelzer &lt;oe5hpm@oevsv.at&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Reviewed-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Thu, 23 Mar 2017 14:11:43 +0000</pubDate>
        <dc:creator>Hannes Schmelzer &lt;hannes.schmelzer@br-automation.com&gt;</dc:creator>
    </item>
<item>
        <title>b4f4b0f54bcc4e2c6a97e0bc9b3a3a1aea3cb41c - drivers: net: phy: add MV88E6xx options to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#b4f4b0f54bcc4e2c6a97e0bc9b3a3a1aea3cb41c</link>
        <description>drivers: net: phy: add MV88E6xx options to KconfigSigned-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 17 Mar 2017 14:29:51 +0000</pubDate>
        <dc:creator>Tim Harvey &lt;tharvey@gateworks.com&gt;</dc:creator>
    </item>
<item>
        <title>e1a71f8b339220fa74c9cd5d36ae9c444c492e83 - 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/phy/Kconfig#e1a71f8b339220fa74c9cd5d36ae9c444c492e83</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Thu, 09 Feb 2017 16:56:35 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a5fd13ad1913d9c66c47666dbedac7703a48e502 - net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#a5fd13ad1913d9c66c47666dbedac7703a48e502</link>
        <description>net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541Signed-off-by: John Haechten &lt;john.haechten@microsemi.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Fri, 09 Dec 2016 22:15:17 +0000</pubDate>
        <dc:creator>John Haechten &lt;john.haechten@microsemi.com&gt;</dc:creator>
    </item>
<item>
        <title>af2cbfd6b982f7a52414ea50b2ece0290d4b748f - drivers: net: Provide Kconfig menu for PHYLIB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/net/phy/Kconfig#af2cbfd6b982f7a52414ea50b2ece0290d4b748f</link>
        <description>drivers: net: Provide Kconfig menu for PHYLIBProvide the necessary Kconfig symbols so that PHYLIB support may beenabled in Kconfig, as opposed to needing to #define these symbols inC source headers.BITBANGMII and MV88E6352_SWITCH are left out of the PHYLIB submenu asthey don&apos;t seem to explicitly depend on it (i.e. they do not use thephy_driver class).Signed-off-by: Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/net/phy/Kconfig</description>
        <pubDate>Tue, 07 Feb 2017 03:17:34 +0000</pubDate>
        <dc:creator>Alex &lt;alex.g@adaptrum.com&gt;</dc:creator>
    </item>
</channel>
</rss>
