]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: remove drivers for espressif esp32
authorJulian Braha <julianbraha@gmail.com>
Mon, 9 Mar 2026 12:23:21 +0000 (12:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Mar 2026 14:06:52 +0000 (15:06 +0100)
commit2dccde6f5f2ff2726236fd69a1be813629c5512f
treeebb5c7a14e20dc6ea5ea0200aaaa53aaead5daaa
parentd925538446d3f80e03a91a9ef7da34104a75df4d
serial: remove drivers for espressif esp32

These drivers were added about 3 years ago, and depend on the
XTENSA_PLATFORM_ESP32 config option which has never existed,
so no device can actually use them.
They can only be compiled with COMPILE_TEST.

In a previous conversation [1], Greg suggested removing the
drivers, and Max, the original submitter of the drivers, agreed
due to a lack of foreseeable development.

Link: https://lore.kernel.org/all/20260308131412.1102749-1-julianbraha@gmail.com/
Signed-off-by: Julian Braha <julianbraha@gmail.com>
Link: https://patch.msgid.link/20260309122321.1528622-1-julianbraha@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/esp32_acm.c [deleted file]
drivers/tty/serial/esp32_uart.c [deleted file]