]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_CORE
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 3 Jun 2024 15:26:00 +0000 (11:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 12:10:28 +0000 (14:10 +0200)
Commit d49216438139
("serial: sc16is7xx: split into core and I2C/SPI parts (core)")
renamed SERIAL_SC16IS7XX_CORE by SERIAL_SC16IS7XX. This means that some
configs should have been updated when I submitted the original patch, but
unfortunately they were not. Geert mentioned for example:
    arch/mips/configs/cu1??0-neo_defconfig

Rename SERIAL_SC16IS7XX to SERIAL_SC16IS7XX_CORE so that existing configs
will still work correctly.

Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Fixes: d49216438139 ("serial: sc16is7xx: split into core and I2C/SPI parts (core)")
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240603152601.3689319-2-hugo@hugovil.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile

index 4fdd7857ef4dffe5eeea1620826c6c552424cb1b..2a0da35c0ef8f5bbf2f3338c5b7e74e295b1bf61 100644 (file)
@@ -1023,7 +1023,7 @@ config SERIAL_SCCNXP_CONSOLE
        help
          Support for console on SCCNXP serial ports.
 
-config SERIAL_SC16IS7XX_CORE
+config SERIAL_SC16IS7XX
        tristate "NXP SC16IS7xx UART support"
        select SERIAL_CORE
        select SERIAL_SC16IS7XX_SPI if SPI_MASTER
index faa45f2b8bb05472f9756f91184b235a98395375..6ff74f0a9530c4f6e058a848f74084f3b63a730a 100644 (file)
@@ -75,7 +75,7 @@ obj-$(CONFIG_SERIAL_SA1100)           += sa1100.o
 obj-$(CONFIG_SERIAL_SAMSUNG)           += samsung_tty.o
 obj-$(CONFIG_SERIAL_SB1250_DUART)      += sb1250-duart.o
 obj-$(CONFIG_SERIAL_SCCNXP)            += sccnxp.o
-obj-$(CONFIG_SERIAL_SC16IS7XX_CORE)    += sc16is7xx.o
+obj-$(CONFIG_SERIAL_SC16IS7XX)         += sc16is7xx.o
 obj-$(CONFIG_SERIAL_SC16IS7XX_SPI)     += sc16is7xx_spi.o
 obj-$(CONFIG_SERIAL_SC16IS7XX_I2C)     += sc16is7xx_i2c.o
 obj-$(CONFIG_SERIAL_SH_SCI)            += sh-sci.o