tty: serial: remove obsolete config SERIAL_SAMSUNG_UARTS_4
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 17 Mar 2023 07:15:38 +0000 (08:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Mar 2023 08:53:14 +0000 (10:53 +0200)
commit5953ab340df0585d345291ace718548f5e5de942
treec8a064ed699735955b8f7f3bd23b0091e5e19e61
parentd8851a96ba25d5fa2a3d89550f8333db5b694919
tty: serial: remove obsolete config SERIAL_SAMSUNG_UARTS_4

Commit 1ea35b355722 ("ARM: s3c: remove s3c24xx specific hacks"), allows
simplifying the whole config logic for SERIAL_SAMSUNG_UARTS, and did this
config simplification. However, it misses that SERIAL_SAMSUNG_UARTS_4's
effect was just to control SERIAL_SAMSUNG_UARTS, and with the commit's
change, the config SERIAL_SAMSUNG_UARTS_4 has no remaining effect and can
be deleted.

Remove this obsolete config SERIAL_SAMSUNG_UARTS_4.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230317071538.29366-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig