Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 4e534ff

Browse files
hvilleneuvedoogregkh
authored andcommitted
serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_CORE
Commit d492164 ("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: d492164 ("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>
1 parent ca84cd3 commit 4e534ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ config SERIAL_SCCNXP_CONSOLE
10231023
help
10241024
Support for console on SCCNXP serial ports.
10251025

1026-
config SERIAL_SC16IS7XX_CORE
1026+
config SERIAL_SC16IS7XX
10271027
tristate "NXP SC16IS7xx UART support"
10281028
select SERIAL_CORE
10291029
select SERIAL_SC16IS7XX_SPI if SPI_MASTER

drivers/tty/serial/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ obj-$(CONFIG_SERIAL_SA1100) += sa1100.o
7575
obj-$(CONFIG_SERIAL_SAMSUNG) += samsung_tty.o
7676
obj-$(CONFIG_SERIAL_SB1250_DUART) += sb1250-duart.o
7777
obj-$(CONFIG_SERIAL_SCCNXP) += sccnxp.o
78-
obj-$(CONFIG_SERIAL_SC16IS7XX_CORE) += sc16is7xx.o
78+
obj-$(CONFIG_SERIAL_SC16IS7XX) += sc16is7xx.o
7979
obj-$(CONFIG_SERIAL_SC16IS7XX_SPI) += sc16is7xx_spi.o
8080
obj-$(CONFIG_SERIAL_SC16IS7XX_I2C) += sc16is7xx_i2c.o
8181
obj-$(CONFIG_SERIAL_SH_SCI) += sh-sci.o

0 commit comments

Comments
 (0)