]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit4e534ff4b69c6960a165cab2c851b48f0a0da945
tree4afbca3f8b292a88ebb389b13a1fc48c7d9c5614
parentca84cd379b45e9b1775b9e026f069a3a886b409d
serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_CORE

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