<?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>a29689e6 - net: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#a29689e6</link>
        <description>net: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency forthose drivers requiring them. For the DEFXX driver the use of I/Oports is optional and we only need to fence specific code paths. It alsoturns out that with HAS_IOPORT handled explicitly HAMRADIO does not needthe !S390 dependency and successfully builds the bpqether driver.Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 11:18:31 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>d0f2258e - net: wan: Add support for QMC HDLC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#d0f2258e</link>
        <description>net: wan: Add support for QMC HDLCThe QMC HDLC driver provides support for HDLC using the QMC (QUICCMultichannel Controller) to transfer the HDLC data.Signed-off-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Reviewed-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Thu, 07 Mar 2024 11:39:04 +0000</pubDate>
        <dc:creator>Herve Codina &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>82c944d0 - net: wan: Add framer framework support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#82c944d0</link>
        <description>net: wan: Add framer framework supportA framer is a component in charge of an E1/T1 line interface.Connected usually to a TDM bus, it converts TDM frames to/from E1/T1frames. It also provides information related to the E1/T1 line.The framer framework provides a set of APIs for the framer drivers(framer provider) to create/destroy a framer and APIs for the framerusers (framer consumer) to obtain a reference to the framer, anduse the framer.This basic implementation provides a framer abstraction for: - power on/off the framer - get the framer status (line state) - be notified on framer status changes - get/set the framer configurationSigned-off-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Reviewed-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Link: https://lore.kernel.org/r/20231128132534.258459-2-herve.codina@bootlin.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Tue, 28 Nov 2023 13:25:30 +0000</pubDate>
        <dc:creator>Herve Codina &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>bc6df26f - net: wan: remove support for Z85230-based devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#bc6df26f</link>
        <description>net: wan: remove support for Z85230-based devicesLooks like all the changes to this driver had been automatedchurn since git era begun. The driver is using virt_to_bus(),it&apos;s just a maintenance burden unlikely to have any users.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Tue, 26 Apr 2022 17:54:35 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>89fbca33 - net: wan: remove support for COSA and SRP synchronous serial boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#89fbca33</link>
        <description>net: wan: remove support for COSA and SRP synchronous serial boardsLooks like all the changes to this driver had been automatedchurn since git era begun. The driver is using virt_to_bus()so it should be updated to a proper DMA API or removed. Giventhe latest &quot;news&quot; entry on the website is from 1999 I&apos;m optingfor the latter.I&apos;m marking the allocated char device major number as [REMOVED],I reckon we can&apos;t reuse it in case some SW out there assumes itsCOSA?Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Tue, 26 Apr 2022 17:54:34 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a5b116a0 - net: wan: remove the lanmedia (lmc) driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#a5b116a0</link>
        <description>net: wan: remove the lanmedia (lmc) driverThe driver for LAN Media WAN interfaces spews build warnings onmicroblaze. The virt_to_bus() calls discard the volatile keyword.The right thing to do would be to migrate this driver to a modernDMA API but it seems unlikely anyone is actually using it.There had been no fixes or functional changes here sincethe git era begun.Let&apos;s remove this driver, there isn&apos;t much changing in the APIs,if users come forward we can apologize and revert.Link: https://lore.kernel.org/all/20220321144013.440d7fc0@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com/Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Wed, 06 Apr 2022 04:15:48 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e1721881 - net: ixp4xx_hss: Check features using syscon</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#e1721881</link>
        <description>net: ixp4xx_hss: Check features using sysconIf we access the syscon (expansion bus config registers) using thesyscon regmap instead of relying on direct accessor functions,we do not need to call this static code in the machine(arch/arm/mach-ixp4xx/common.c) which makes things less dependenton custom machine-dependent code.Look up the syscon regmap and handle the error: this will makedeferred probe work with relation to the syscon.Select the syscon in Kconfig and depend on OF so we know thatall we need will be available.Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: netdev@vger.kernel.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Link: https://lore.kernel.org/r/20220211223238.648934-10-linus.walleij@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Fri, 11 Feb 2022 22:32:34 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>72bcad53 - wan: remove sbni/granch driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#72bcad53</link>
        <description>wan: remove sbni/granch driverThe driver was merged in 1999 and has only ever seen treewide cleanupssince then, with no indication whatsoever that anyone has actuallyhad access to hardware for testing the patches.&gt;From the information in the link below, it appears that the hardwareis for some leased line system in Russia that has since beendiscontinued, and useless without any remote end to connect to.As the driver still feels like a Linux-2.2 era artifact today, itappears that the best way forward is to just delete it.Link: https://www.tms.ru/%D0%90%D0%B4%D0%B0%D0%BF%D1%82%D0%B5%D1%80_%D0%B4%D0%BB%D1%8F_%D0%B2%D1%8B%D0%B4%D0%B5%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D1%85_%D0%BB%D0%B8%D0%BD%D0%B8%D0%B9_Granch_SBNI12-10Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Tue, 03 Aug 2021 11:40:49 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>db3db1f4 - wan: remove stale Kconfig entries</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#db3db1f4</link>
        <description>wan: remove stale Kconfig entriesThe dscc4 driver was removed in 2019 but these Kconfig entries remain,so remove them as well.Fixes: 28c9eb9042a9 (&quot;net/wan: dscc4: remove broken dscc4 driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Tue, 03 Aug 2021 11:40:48 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>06b38e23 - drivers/net: Remove leading spaces in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#06b38e23</link>
        <description>drivers/net: Remove leading spaces in KconfigRemove leading spaces before tabs in Kconfig file(s) by running thefollowing command:  $ find drivers/net -name &apos;Kconfig*&apos; | xargs sed -r -i &apos;s/^[ ]+\t/\t/&apos;Signed-off-by: Juerg Haefliger &lt;juergh@canonical.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Mon, 17 May 2021 09:58:33 +0000</pubDate>
        <dc:creator>Juerg Haefliger &lt;juerg.haefliger@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>69931e11 - wan: ds26522: select CONFIG_BITREVERSE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#69931e11</link>
        <description>wan: ds26522: select CONFIG_BITREVERSEWithout this, the driver runs into a link failurearm-linux-gnueabi-ld: drivers/net/wan/slic_ds26522.o: in function `slic_ds26522_probe&apos;:slic_ds26522.c:(.text+0x100c): undefined reference to `byte_rev_table&apos;arm-linux-gnueabi-ld: slic_ds26522.c:(.text+0x1cdc): undefined reference to `byte_rev_table&apos;arm-linux-gnueabi-ld: drivers/net/wan/slic_ds26522.o: in function `slic_write&apos;:slic_ds26522.c:(.text+0x1e4c): undefined reference to `byte_rev_table&apos;Fixes: c37d4a0085c5 (&quot;Maxim/driver: Add driver for maxim ds26522&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Sun, 03 Jan 2021 21:36:23 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f7365919 - net: wan: Delete the DLCI / SDLA drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#f7365919</link>
        <description>net: wan: Delete the DLCI / SDLA driversThe DLCI driver (dlci.c) implements the Frame Relay protocol. However,we already have another newer and better implementation of Frame Relayprovided by the HDLC_FR driver (hdlc_fr.c).The DLCI driver&apos;s implementation of Frame Relay is used by only onehardware driver in the kernel - the SDLA driver (sdla.c).The SDLA driver provides Frame Relay support for the Sangoma S50x devices.However, the vendor provides their own driver (along with their ownmulti-WAN-protocol implementations including Frame Relay), called WANPIPE.I believe most users of the hardware would use the vendor-provided WANPIPEdriver instead.(The WANPIPE driver was even once in the kernel, but was deleted incommit 8db60bcf3021 (&quot;[WAN]: Remove broken and unmaintained Sangomadrivers.&quot;) because the vendor no longer updated the in-kernel WANPIPEdriver.)Cc: Mike McLagan &lt;mike.mclagan@linux.org&gt;Signed-off-by: Xie He &lt;xie.he.0141@gmail.com&gt;Link: https://lore.kernel.org/r/20201114150921.685594-1-xie.he.0141@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Sat, 14 Nov 2020 15:09:21 +0000</pubDate>
        <dc:creator>Xie He &lt;xie.he.0141@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f8ae7bbe - net: x25_asy: Delete the x25_asy driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#f8ae7bbe</link>
        <description>net: x25_asy: Delete the x25_asy driverThis driver transports LAPB (X.25 link layer) frames over TTY links.I can safely say that this driver has no actual user because it wasnot working at all until:commit 8fdcabeac398 (&quot;drivers/net/wan/x25_asy: Fix to make it work&quot;)The code in its current state still has problems:1.The uses of &quot;struct x25_asy&quot; in x25_asy_unesc (when receiving) and inx25_asy_write_wakeup (when sending) are not protected by locks againstx25_asy_change_mtu&apos;s changing of the transmitting/receiving buffers.Also, all &quot;netif_running&quot; checks in this driver are not protected bylocks against the ndo_stop function.2.The driver stops all TTY read/write when the netif is down.I think this is not right because this may cause the last outgoing framebefore the netif goes down to be incompletely transmitted, and the firstincoming frame after the netif goes up to be incompletely received.And there may also be other problems.I was planning to fix these problems but after recent discussions aboutdeleting other old networking code, I think we may just delete thisdriver, too.Signed-off-by: Xie He &lt;xie.he.0141@gmail.com&gt;Acked-by: Martin Schiller &lt;ms@dev.tdt.de&gt;Link: https://lore.kernel.org/r/20201105073434.429307-1-xie.he.0141@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Thu, 05 Nov 2020 07:34:34 +0000</pubDate>
        <dc:creator>Xie He &lt;xie.he.0141@gmail.com&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/wan/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/wan/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>5b0d74b5 - docs: networking: convert framerelay.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#5b0d74b5</link>
        <description>docs: networking: convert framerelay.txt to ReST- add SPDX header;- add a document title;- adjust identation, whitespaces and blank lines;- add to networking/index.rst.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Mon, 27 Apr 2020 22:01:38 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>63b903df - net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#63b903df</link>
        <description>net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmwareAs far as I understood from the Kconfig help text, this build rule isused to rebuild the driver firmware, which runs on an old m68k-basedchip. So, you need m68k tools for the firmware rebuild.wanxl.c is a PCI driver, but CONFIG_M68K does not select CONFIG_HAVE_PCI.So, you cannot enable CONFIG_WANXL_BUILD_FIRMWARE for ARCH=m68k. In otherwords, ifeq ($(ARCH),m68k) is false here.I am keeping the dead code for now, but rebuilding the firmware requires&apos;as68k&apos; and &apos;ld68k&apos;, which I do not have in hand.Instead, the kernel.org m68k GCC [1] successfully built it.Allowing a user to pass in CROSS_COMPILE_M68K= is handier.[1] https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc-9.2.0-nolibc-m68k-linux.tar.xzSuggested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Thu, 26 Mar 2020 05:57:15 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c74f16b6 - wan: ixp4xx_hss: prepare compile testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#c74f16b6</link>
        <description>wan: ixp4xx_hss: prepare compile testingThe ixp4xx_hss driver needs the platform data definition and thesystem clock rate to be compiled. Move both into a new platform_dataheader file.This is a prerequisite for compile testing, but turning on compiletesting requires further patches to isolate the SoC headers.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Sun, 12 Jan 2020 12:04:43 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>28c9eb90 - net/wan: dscc4: remove broken dscc4 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#28c9eb90</link>
        <description>net/wan: dscc4: remove broken dscc4 driverUsing static analysis, I discovered that the &quot;dpriv-&gt;pci_priv-&gt;pdev&quot;pointer is always NULL.  This pointer was supposed to be initializedduring probe and is essential for the driver to work.  It would be easyto add a &quot;ppriv-&gt;pdev = pdev;&quot; to dscc4_found1() but this driver hasbeen broken since before we started using git and no one has complainedso probably we should just remove it.Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;Acked-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Fri, 13 Sep 2019 13:28:17 +0000</pubDate>
        <dc:creator>Dan Carpenter &lt;dan.carpenter@oracle.com&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/wan/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/wan/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>059f0141 - net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wan/Kconfig#059f0141</link>
        <description>net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabledThe driver only has runtime but no build time dependency with FSL_SOC ||ARCH_MXC || ARCH_LAYERSCAPE.  So it can be built for testing purposes ifthe COMPILE_TEST option is enabled.This is useful to have more build coverage and make sure that the driveris not affected by changes that could cause build regressions.Signed-off-by: Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/wan/Kconfig</description>
        <pubDate>Wed, 12 Oct 2016 19:05:59 +0000</pubDate>
        <dc:creator>Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
