<?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>eb07e3a9 - serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#eb07e3a9</link>
        <description>serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)The Tegra264 SoC supports the UART Trace Controller (UTC), which allowsmultiple firmware clients (up to 16) to share a single physical UART.Each client is provided with its own interrupt and has access to a128-character wide FIFO for both transmit (TX) and receive (RX)operations.Add tegra-utc driver to support Tegra UART Trace Controller (UTC)client.Signed-off-by: Kartik Rajput &lt;kkartik@nvidia.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20250213125612.4705-3-kkartik@nvidia.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Thu, 13 Feb 2025 12:56:12 +0000</pubDate>
        <dc:creator>Kartik Rajput &lt;kkartik@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>c08b0f2c - Revert &quot;tty/serial: Add kgdb_nmi driver&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#c08b0f2c</link>
        <description>Revert &quot;tty/serial: Add kgdb_nmi driver&quot;This reverts commit 0c57dfcc6c1d037243c2f8fbf62eab3633326ec0.The functionality was supoosed to be used by a later patch in theseries that never landed [1]. Drop it.NOTE: part of functionality was already reverted by commit39d0be87438a (&quot;serial: kgdb_nmi: Remove unused knock code&quot;). Also notethat this revert is not a clean revert given code changes that havehappened in the meantime.It&apos;s obvious that nobody is using this code since the two exposedfunctions (kgdb_register_nmi_console() andkgdb_unregister_nmi_console()) are both no-ops if&quot;arch_kgdb_ops.enable_nmi&quot; is not defined. No architectures define it.[1] https://lore.kernel.org/lkml/1348522080-32629-9-git-send-email-anton.vorontsov@linaro.org/Signed-off-by: Douglas Anderson &lt;dianders@chromium.org&gt;Acked-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: URL [1]Link: https://lore.kernel.org/r/20250129082535.1.Ia095eac1ae357f87d23e7af2206741f5d40788f1@changeidSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Wed, 29 Jan 2025 16:25:50 +0000</pubDate>
        <dc:creator>Douglas Anderson &lt;dianders@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2b6b523c - tty: serial: atmel: make it selectable for ARCH_LAN969X</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#2b6b523c</link>
        <description>tty: serial: atmel: make it selectable for ARCH_LAN969XLAN969x uses the Atmel serial, so make it selectable for ARCH_LAN969X.Signed-off-by: Robert Marko &lt;robert.marko@sartura.hr&gt;Acked-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Link: https://lore.kernel.org/r/20250108131045.40642-3-robert.marko@sartura.hrSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Wed, 08 Jan 2025 13:09:28 +0000</pubDate>
        <dc:creator>Robert Marko &lt;robert.marko@sartura.hr&gt;</dc:creator>
    </item>
<item>
        <title>7c7e6c89 - tty: serial: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#7c7e6c89</link>
        <description>tty: serial: 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 for thosedrivers using them unconditionally. Some 8250 serial drivers supportMMIO only use, so fence only the parts requiring I/O ports and print anerror message if a device can&apos;t be supported with the currentconfiguration.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Reviewed-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Thu, 24 Oct 2024 17:54:43 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>7a2e8e30 - serial: sc16is7xx: re-add Kconfig SPI or I2C dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#7a2e8e30</link>
        <description>serial: sc16is7xx: re-add Kconfig SPI or I2C dependencyCommit d49216438139(&quot;serial: sc16is7xx: split into core and I2C/SPI parts (core)&quot;)removed Kconfig SPI_MASTER or I2C dependency for SERIAL_SC16IS7XX (core).This removal was done because I inadvertently misinterpreted some reviewcomments.Because of that, the driver question now pops up if both I2C andSPI_MASTER are disabled.Re-add Kconfig SPI_MASTER or I2C dependency to fix the problem.Suggested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Fixes: d49216438139 (&quot;serial: sc16is7xx: split into core and I2C/SPI parts (core)&quot;)Signed-off-by: Hugo Villeneuve &lt;hvilleneuve@dimonoff.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20240603152601.3689319-3-hugo@hugovil.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Mon, 03 Jun 2024 15:26:01 +0000</pubDate>
        <dc:creator>Hugo Villeneuve &lt;hvilleneuve@dimonoff.com&gt;</dc:creator>
    </item>
<item>
        <title>4e534ff4 - serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_CORE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#4e534ff4</link>
        <description>serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_CORECommit d49216438139(&quot;serial: sc16is7xx: split into core and I2C/SPI parts (core)&quot;)renamed SERIAL_SC16IS7XX_CORE by SERIAL_SC16IS7XX. This means that someconfigs should have been updated when I submitted the original patch, butunfortunately they were not. Geert mentioned for example:    arch/mips/configs/cu1??0-neo_defconfigRename SERIAL_SC16IS7XX to SERIAL_SC16IS7XX_CORE so that existing configswill still work correctly.Suggested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Fixes: d49216438139 (&quot;serial: sc16is7xx: split into core and I2C/SPI parts (core)&quot;)Signed-off-by: Hugo Villeneuve &lt;hvilleneuve@dimonoff.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20240603152601.3689319-2-hugo@hugovil.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Mon, 03 Jun 2024 15:26:00 +0000</pubDate>
        <dc:creator>Hugo Villeneuve &lt;hvilleneuve@dimonoff.com&gt;</dc:creator>
    </item>
<item>
        <title>d4921643 - serial: sc16is7xx: split into core and I2C/SPI parts (core)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#d4921643</link>
        <description>serial: sc16is7xx: split into core and I2C/SPI parts (core)Split the common code from sc16is7xx driver and move the I2C and SPI busparts into interface-specific source files.sc16is7xx becomes the core functions which can support multiple businterfaces like I2C and SPI.No functional changes intended.Also simplify and improve Kconfig entries.  - Capitalize SPI keyword for consistency  - Display list of supported ICs each on a separate line (and aligned) to    facilitate locating a specific IC model  - Add Manufacturer name at start of description string  - Add UART keyword to description stringSuggested-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-by: Hugo Villeneuve &lt;hvilleneuve@dimonoff.com&gt;Link: https://lore.kernel.org/r/20240409154253.3043822-4-hugo@hugovil.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Tue, 09 Apr 2024 15:42:51 +0000</pubDate>
        <dc:creator>Hugo Villeneuve &lt;hvilleneuve@dimonoff.com&gt;</dc:creator>
    </item>
<item>
        <title>0867a980 - serial: max3100: Update Kconfig entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#0867a980</link>
        <description>serial: max3100: Update Kconfig entryThe driver actually supports more than one chip.Update Kconfig entry to list the supported chips.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240402195306.269276-17-andriy.shevchenko@linux.intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Tue, 02 Apr 2024 19:50:43 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c77bf360 - tty/serial: Add RISC-V SBI debug console based earlycon</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#c77bf360</link>
        <description>tty/serial: Add RISC-V SBI debug console based earlyconWe extend the existing RISC-V SBI earlycon support to use the newRISC-V SBI debug console extension.Signed-off-by: Anup Patel &lt;apatel@ventanamicro.com&gt;Reviewed-by: Andrew Jones &lt;ajones@ventanamicro.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20231124070905.1043092-4-apatel@ventanamicro.comSigned-off-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Fri, 24 Nov 2023 07:09:03 +0000</pubDate>
        <dc:creator>Anup Patel &lt;apatel@ventanamicro.com&gt;</dc:creator>
    </item>
<item>
        <title>01c33b81 - serial: uartlite: Use dynamic allocation for major number when uart ports &gt; 4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#01c33b81</link>
        <description>serial: uartlite: Use dynamic allocation for major number when uart ports &gt; 4Device number 204 has a range of minors on major number.uart_register_driver is failing due to lack of minor numberswhen more number of uart ports used. So, to avoid minor numberlimitation on 204 major number use dynamic major allocationwhen more than 4 uart ports used otherwise use static majorallocation.https://docs.kernel.org/arch/arm/sa1100/serial_uart.htmlSigned-off-by: Manikanta Guntupalli &lt;manikanta.guntupalli@amd.com&gt;Link: https://lore.kernel.org/r/20231116134003.3762725-3-manikanta.guntupalli@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Thu, 16 Nov 2023 13:40:03 +0000</pubDate>
        <dc:creator>Manikanta Guntupalli &lt;manikanta.guntupalli@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b0c9a045 - drivers/tty/serial: add ESP32S3 ACM gadget driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#b0c9a045</link>
        <description>drivers/tty/serial: add ESP32S3 ACM gadget driverAdd driver for the ACM gadget controller of the Espressif ESP32S3 SoC.Hardware specification is available at the following URL:  https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf  (Chapter 33 USB Serial/JTAG Controller)Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Link: https://lore.kernel.org/r/20231010085926.1021667-6-jcmvbkbc@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Tue, 10 Oct 2023 08:59:26 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8cc89a22 - drivers/tty/serial: add driver for the ESP32 UART</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#8cc89a22</link>
        <description>drivers/tty/serial: add driver for the ESP32 UARTAdd driver for the UART controllers of the Espressif ESP32 and ESP32S3SoCs. Hardware specification is available at the following URLs:  https://www.espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf  (Chapter 13 UART Controller)  https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf  (Chapter 26 UART Controller)Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Link: https://lore.kernel.org/r/20231010085926.1021667-4-jcmvbkbc@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Tue, 10 Oct 2023 08:59:24 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>930cbf92 - tty: serial: Add Nuvoton ma35d1 serial driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#930cbf92</link>
        <description>tty: serial: Add Nuvoton ma35d1 serial driver supportThis adds UART and console driver for Nuvoton ma35d1 Soc.It supports full-duplex communication, FIFO control, andhardware flow control.Command line set &quot;console=ttyNVT0,115200&quot;, NVT meansNuvoton MA35 UART port. The UART driver probe willcreate path named &quot;/dev/ttyNVTx&quot;.Signed-off-by: Jacky Huang &lt;ychuang3@nuvoton.com&gt;Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230619032330.233796-2-ychuang570808@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Mon, 19 Jun 2023 03:23:29 +0000</pubDate>
        <dc:creator>Jacky Huang &lt;ychuang3@nuvoton.com&gt;</dc:creator>
    </item>
<item>
        <title>173cb655 - docs: update some straggling Documentation/arm references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#173cb655</link>
        <description>docs: update some straggling Documentation/arm referencesThe Arm documentation has moved to Documentation/arch/arm; update thelast remaining references to match.Cc: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Cc: Chen-Yu Tsai &lt;wens@csie.org&gt;Cc: Samuel Holland &lt;samuel@sholland.org&gt;Cc: Thierry Reding &lt;thierry.reding@gmail.com&gt;Acked-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Acked-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt; # for pwmSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Wed, 03 May 2023 22:55:08 +0000</pubDate>
        <dc:creator>Jonathan Corbet &lt;corbet@lwn.net&gt;</dc:creator>
    </item>
<item>
        <title>7183c37f - serial: cpm_uart: Fix a COMPILE_TEST dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#7183c37f</link>
        <description>serial: cpm_uart: Fix a COMPILE_TEST dependencyIn a COMPILE_TEST configuration, the cpm_uart driver uses symbols fromthe cpm_uart_cpm2.c file. This file is compiled only when CONFIG_CPM2 isset.Without this dependency, the linker fails with some missing symbols forCOMPILE_TEST configuration that needs SERIAL_CPM without enabling CPM2.This lead to:  depends on CPM2 || CPM1 || (PPC32 &amp;&amp; CPM2 &amp;&amp; COMPILE_TEST)This dependency does not make sense anymore and can be simplifiedremoving all the COMPILE_TEST part.Signed-off-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/oe-kbuild-all/202305160221.9XgweObz-lkp@intel.com/Fixes: e3e7b13bffae (&quot;serial: allow COMPILE_TEST for some drivers&quot;)Cc: stable &lt;stable@kernel.org&gt;Link: https://lore.kernel.org/r/20230523085902.75837-3-herve.codina@bootlin.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Tue, 23 May 2023 08:59:02 +0000</pubDate>
        <dc:creator>Herve Codina &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>c6c01763 - serial: make SiFive serial drivers depend on ARCH_ symbols</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#c6c01763</link>
        <description>serial: make SiFive serial drivers depend on ARCH_ symbolsAs part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match theuse of such symbols on other architectures, convert the SiFive serialdriver Kconfig entries from the SOC_ symbols to ARCH_ instead.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Link: https://lore.kernel.org/r/20230406-carnival-aspirate-fcf69a30078c@spudSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Thu, 06 Apr 2023 20:57:50 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>5953ab34 - tty: serial: remove obsolete config SERIAL_SAMSUNG_UARTS_4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#5953ab34</link>
        <description>tty: serial: remove obsolete config SERIAL_SAMSUNG_UARTS_4Commit 1ea35b355722 (&quot;ARM: s3c: remove s3c24xx specific hacks&quot;), allowssimplifying the whole config logic for SERIAL_SAMSUNG_UARTS, and did thisconfig simplification. However, it misses that SERIAL_SAMSUNG_UARTS_4&apos;seffect was just to control SERIAL_SAMSUNG_UARTS, and with the commit&apos;schange, the config SERIAL_SAMSUNG_UARTS_4 has no remaining effect and canbe deleted.Remove this obsolete config SERIAL_SAMSUNG_UARTS_4.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20230317071538.29366-1-lukas.bulwahn@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Fri, 17 Mar 2023 07:15:38 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2d638be7 - Revert &quot;tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#2d638be7</link>
        <description>Revert &quot;tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency&quot;This reverts commit 5779a072c248db7a40cfd0f5ea958097fd1d9a30.This results in a link error ofld: drivers/tty/serial/earlycon.o: in function `parse_options&apos;:drivers/tty/serial/earlycon.c:99: undefined reference to `uart_parse_earlycon&apos;When the config is in this stateCONFIG_SERIAL_CORE=mCONFIG_SERIAL_CORE_CONSOLE=yCONFIG_SERIAL_EARLYCON=yCONFIG_SERIAL_FSL_LPUART=mCONFIG_SERIAL_FSL_LPUART_CONSOLE=yFixes: 5779a072c248 (&quot;tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency&quot;)Cc: stable &lt;stable@kernel.org&gt;Signed-off-by: Tom Rix &lt;trix@redhat.com&gt;Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Jiri Slaby &lt;jirislaby@kernel.org&gt;Link: https://lore.kernel.org/r/20230226173846.236691-1-trix@redhat.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Sun, 26 Feb 2023 17:38:46 +0000</pubDate>
        <dc:creator>Tom Rix &lt;trix@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>98a59cd2 - serial: liteuart: drop obsolete dependency on COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#98a59cd2</link>
        <description>serial: liteuart: drop obsolete dependency on COMPILE_TESTSince commit 0166dc11be91 (&quot;of: make CONFIG_OF user selectable&quot;), itis possible to test-build any driver which depends on OF on anyarchitecture by explicitly selecting OF. Therefore depending onCOMPILE_TEST as an alternative is no longer needed.It is actually better to always build such drivers with OF enabled,so that the test builds are closer to how each driver will actually bebuilt on its intended target. Building them without OF may not testmuch as the compiler will optimize out potentially large parts of thecode. In the worst case, this could even pop false positive warnings.Dropping COMPILE_TEST here improves the quality of our testing andavoids wasting time on non-existent issues.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Cc: Karol Gugala &lt;kgugala@antmicro.com&gt;Cc: Mateusz Holenko &lt;mholenko@antmicro.com&gt;Cc: Gabriel Somlo &lt;gsomlo@gmail.com&gt;Cc: Joel Stanley &lt;joel@jms.id.au&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Gabriel Somlo &lt;gsomlo@gmail.com&gt;Link: https://lore.kernel.org/r/20221125142756.3e51a28d@endymion.delvareSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Fri, 25 Nov 2022 13:27:56 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>359fb3f8 - serial: Rename earlycon semihost driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/tty/serial/Kconfig#359fb3f8</link>
        <description>serial: Rename earlycon semihost driverNow that earlycon semihost driver works on RISC-V too, let&apos;s use amuch more generic name for the driver.Signed-off-by: Bin Meng &lt;bmeng@tinylab.org&gt;Tested-by: Sergey Matyukevich &lt;sergey.matyukevich@syntacore.com&gt;Acked-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;Link: https://lore.kernel.org/r/20221209150437.795918-4-bmeng@tinylab.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/tty/serial/Kconfig</description>
        <pubDate>Fri, 09 Dec 2022 15:04:37 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng@tinylab.org&gt;</dc:creator>
    </item>
</channel>
</rss>
