From d99e984a907fb071e0e55409950863b8106fbfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rohl=C3=ADnek?= Date: Thu, 25 Sep 2025 10:52:19 +0200 Subject: [PATCH] feat(storage/vfs): Disable termios support by default --- components/vfs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/vfs/Kconfig b/components/vfs/Kconfig index 65042a8826a..bbdc0ff6963 100644 --- a/components/vfs/Kconfig +++ b/components/vfs/Kconfig @@ -72,7 +72,7 @@ menu "Virtual file system" config VFS_SUPPORT_TERMIOS bool "Provide termios.h functions" - default y + default n # Very likely, only makes sense for UART VFS driver, which itself depends on VFS_SUPPORT_IO depends on VFS_SUPPORT_IO help