boards/xtensa/esp32s3/esp32s3-m5-cardputer: follow the unified lvglterm input

The terminal no longer has separate matrix and USB input sources:  it
reads any keyboard through one path.

Left as it was, the unknown symbol would have been dropped and the
configuration would have fallen back to the touch variant, which is the
default.  This board has no touchscreen, so the terminal would have had
no input at all and the build would have said nothing.

Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
This commit is contained in:
Jorge Guzman 2026-07-30 19:47:37 -03:00
parent d245858363
commit eaae1d90ea

View file

@ -47,7 +47,7 @@ CONFIG_ESP32S3_USBSERIAL=y
CONFIG_ESPRESSIF_WIFI=y
CONFIG_EXAMPLES_LVGLTERM=y
CONFIG_EXAMPLES_LVGLTERM_FONT_UNSCII_8=y
CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD_MATRIX=y
CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD=y
CONFIG_FAT_LCNAMES=y
CONFIG_FAT_LFN=y
CONFIG_FS_FAT=y