<?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>1d7e4fd7 - net: micrel: Fix KS8851 Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#1d7e4fd7</link>
        <description>net: micrel: Fix KS8851 KconfigKS8851 selects MICREL_PHY, which depends on PTP_1588_CLOCK_OPTIONAL, somake KS8851 also depend on PTP_1588_CLOCK_OPTIONAL.Fixes kconfig warning and build errors:WARNING: unmet direct dependencies detected for MICREL_PHY  Depends on [m]: NETDEVICES [=y] &amp;&amp; PHYLIB [=y] &amp;&amp; PTP_1588_CLOCK_OPTIONAL [=m]    Selected by [y]:      - KS8851 [=y] &amp;&amp; NETDEVICES [=y] &amp;&amp; ETHERNET [=y] &amp;&amp; NET_VENDOR_MICREL [=y] &amp;&amp; SPI [=y]ld.lld: error: undefined symbol: ptp_clock_register referenced by micrel.cnet/phy/micrel.o:(lan8814_probe) in archive drivers/built-in.ald.lld: error: undefined symbol: ptp_clock_index referenced by micrel.cnet/phy/micrel.o:(lan8814_ts_info) in archive drivers/built-in.aReported-by: kernel test robot &lt;lkp@intel.com&gt;Fixes: ece19502834d (&quot;net: phy: micrel: 1588 support for LAN8814 phy&quot;)Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Link: https://lore.kernel.org/r/20220405065936.4105272-1-horatiu.vultur@microchip.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Tue, 05 Apr 2022 06:59:36 +0000</pubDate>
        <dc:creator>Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>c3efcedd - net: micrel: fix KS8851_MLL Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#c3efcedd</link>
        <description>net: micrel: fix KS8851_MLL KconfigKS8851_MLL selects MICREL_PHY, which depends on PTP_1588_CLOCK_OPTIONAL,so make KS8851_MLL also depend on PTP_1588_CLOCK_OPTIONAL since&apos;select&apos; does not follow any dependency chains.Fixes kconfig warning and build errors:WARNING: unmet direct dependencies detected for MICREL_PHY  Depends on [m]: NETDEVICES [=y] &amp;&amp; PHYLIB [=y] &amp;&amp; PTP_1588_CLOCK_OPTIONAL [=m]  Selected by [y]:  - KS8851_MLL [=y] &amp;&amp; NETDEVICES [=y] &amp;&amp; ETHERNET [=y] &amp;&amp; NET_VENDOR_MICREL [=y] &amp;&amp; HAS_IOMEM [=y]ld: drivers/net/phy/micrel.o: in function `lan8814_ts_info&apos;:micrel.c:(.text+0xb35): undefined reference to `ptp_clock_index&apos;ld: drivers/net/phy/micrel.o: in function `lan8814_probe&apos;:micrel.c:(.text+0x2586): undefined reference to `ptp_clock_register&apos;Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: Paolo Abeni &lt;pabeni@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Fri, 01 Apr 2022 05:42:44 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f0791b92 - net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#f0791b92</link>
        <description>net: ks8851: Select PHYLIB and MICREL_PHY in KconfigThe PHYLIB must be selected to provide mdiobus_*() functions, and theMICREL_PHY is necessary too, as that is the only possible PHY attachedto the KS8851 (it is the internal PHY).Fixes: ef3631220d2b (&quot;net: ks8851: Register MDIO bus and the internal PHY&quot;)Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;Cc: Lukas Wunner &lt;lukas@wunner.de&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://lore.kernel.org/r/20210111125046.36326-1-marex@denx.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Mon, 11 Jan 2021 12:50:46 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<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/micrel/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/micrel/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>797047f8 - net: ks8851: Implement Parallel bus operations</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#797047f8</link>
        <description>net: ks8851: Implement Parallel bus operationsImplement accessors for KS8851-16MLL/MLLI/MLLU parallel bus variant ofthe KS8851. This is based off the ks8851_mll.c , which is a driver forexactly the same hardware, however the ks8851.c code is much higherquality. Hence, this patch pulls out the relevant information from theks8851_mll.c on how to access the bus, but uses the common ks8851.ccode. To make this patch reviewable, instead of rewriting ks8851_mll.c,ks8851_mll.c is removed in a separate subsequent patch.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Lukas Wunner &lt;lukas@wunner.de&gt;Cc: Petr Stetiar &lt;ynezz@true.cz&gt;Cc: YueHaibing &lt;yuehaibing@huawei.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Thu, 28 May 2020 22:21:45 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>13b0aefe - net: remove ks8695 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#13b0aefe</link>
        <description>net: remove ks8695 driverThe platform is getting removed, so there are no remainingusers of this driver.Link: https://lore.kernel.org/r/20190809202749.742267-6-arnd@arndb.deSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Fri, 09 Aug 2019 20:27:33 +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/micrel/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/micrel/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>138b15ed - drivers/net: remove all references to obsolete Ethernet-HOWTO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#138b15ed</link>
        <description>drivers/net: remove all references to obsolete Ethernet-HOWTOThis howto made sense in the 1990s when users had to manually configureISA cards with jumpers or vendor utilities, but with the implementationof PCI it became increasingly less and less relevant, to the point whereit has been well over a decade since I last updated it.  And there isno value in anyone else taking over updating it either.However the references to it continue to spread as boiler plate textfrom one Kconfig file into the next.  We are not doing end users anyfavours by pointing them at this old document, so lets kill it withfire, once and for all, to hopefully stop any further spread.No code is changed in this commit, just Kconfig help text.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Sun, 21 Jun 2015 20:28:02 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>a1606c7d - net: Move MII out from under NET_CORE and hide it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#a1606c7d</link>
        <description>net: Move MII out from under NET_CORE and hide itAll drivers that select MII also need to select NET_CORE because MIIdepends on it.  This is a bit ridiculous because NET_CORE is just amenu option that doesn&apos;t enable any code by itself.There is also no need for it to be a visible option, since its usersall select it.Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Acked-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Tue, 18 Jun 2013 02:24:51 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>7c5763b8 - drivers: misc: Remove MISC_DEVICES config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#7c5763b8</link>
        <description>drivers: misc: Remove MISC_DEVICES config optionMISC_DEVICES option alone does not select any kernel code and can cause dependency build warnings, such as:warning: (KS8851 &amp;&amp; AX88796_93CX6 &amp;&amp; RTL8180 &amp;&amp; RTL8187 &amp;&amp; ADM8211 &amp;&amp; RT2400PCI &amp;&amp; RT2500PCI &amp;&amp; RT61PCI &amp;&amp; RT2800PCI &amp;&amp; R8187SE) selects EEPROM_93CX6 which has unmet direct dependencies (MISC_DEVICES)As the current drivers/misc/Kconfig stands, it is only possible to select the drivers below if MISC_DEVICES option is selected:source &quot;drivers/misc/c2port/Kconfig&quot;source &quot;drivers/misc/eeprom/Kconfig&quot;source &quot;drivers/misc/cb710/Kconfig&quot;source &quot;drivers/misc/iwmc3200top/Kconfig&quot;source &quot;drivers/misc/ti-st/Kconfig&quot;source &quot;drivers/misc/lis3lv02d/Kconfig&quot;source &quot;drivers/misc/carma/Kconfig&quot;source &quot;drivers/misc/altera-stapl/Kconfig&quot;So remove MISC_DEVICES option so that nothing is dependant on it.Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Tue, 24 Jan 2012 04:11:25 +0000</pubDate>
        <dc:creator>Fabio Estevam &lt;festevam@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>51b7b1c3 - KSZ8851-SNL: Add ethtool support for EEPROM via eeprom_93cx6</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#51b7b1c3</link>
        <description>KSZ8851-SNL: Add ethtool support for EEPROM via eeprom_93cx6Add ethtool EEPROM read/write support using the eeprom_93cx6library instead of open-coding the functions.Depends on eeprom_93cx6 driver getting EEPROM write support.Signed-off-by: Ben Dooks &lt;ben@simtec.co.uk&gt;Signed-off-by: Simtec Linux Team &lt;linux@simtec.co.uk&gt;[sboyd@codeaurora.org: Removed previous eeprom implementation]Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Mon, 21 Nov 2011 08:58:00 +0000</pubDate>
        <dc:creator>Ben Dooks &lt;ben@simtec.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>aaba215c - MII: fix Kconfig dependencies for MII</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#aaba215c</link>
        <description>MII: fix Kconfig dependencies for MIIMII Kconfig option is apart of the core networking drivers andby default NET_CORE is enabled so drivers selecting MII willhave MII enabled as well.  It was found using the randconfigoption during testing, MII would be selected but NET_COREcould be disabled.  This caused a dependency error.Resolved the dependency by selecting NET_CORE when MII isselected.Reported-by: Emil Tantilov &lt;emil.s.tantilov@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Wed, 14 Sep 2011 21:23:14 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>88f07484 - drivers/net/ethernet/*: Enabled vendor Kconfig options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#88f07484</link>
        <description>drivers/net/ethernet/*: Enabled vendor Kconfig optionsBased on finds for Stephen Rothwell, where current defconfig&apos;senable a ethernet driver and it is not compiled due to the newlyadded NET_VENDOR_* component of Kconfig.This patch enables all the &quot;new&quot; Kconfig options so that currentdefconfig&apos;s will continue to compile the expected drivers.  Inaddition, by enabling all the new Kconfig options does not addany un-expected options.CC: Stephen Rothwll &lt;sfc@canb.auug.org.au&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Tue, 23 Aug 2011 08:29:52 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bcc9736c - ks8*/ksz8*: Move the Micrel drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/micrel/Kconfig#bcc9736c</link>
        <description>ks8*/ksz8*: Move the Micrel driversMove the Micrel drivers into drivers/net/ethernet/micrel/ andmake the necessary Kconfig and Makefile changes.CC: Ben Dooks &lt;ben@simtec.co.uk&gt;CC: Tristram Ha &lt;Tristram.Ha@micrel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/micrel/Kconfig</description>
        <pubDate>Sat, 11 Jun 2011 10:26:31 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
