From 3ca6126efc1bde098312c2886c2332caa6a32126 Mon Sep 17 00:00:00 2001 From: Shell Date: Sat, 14 Sep 2024 16:40:34 +0800 Subject: [PATCH] fixup: smart: remove unnecessary Kconfig option The `LWP_CONSOLE_INPUT_BUFFER_SIZE` is a legacy config option for TTY driver used in smart. Since the driver is updated, there's no dependency of this option any more. Changes: - Removed unused Kconfig option `LWP_CONSOLE_INPUT_BUFFER_SIZE` Signed-off-by: Shell --- components/lwp/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/lwp/Kconfig b/components/lwp/Kconfig index d88a0b6a9d..f815c7da99 100644 --- a/components/lwp/Kconfig +++ b/components/lwp/Kconfig @@ -29,10 +29,6 @@ if RT_USING_LWP int "The maximum number of channel messages" default 1024 - config LWP_CONSOLE_INPUT_BUFFER_SIZE - int "The input buffer size of lwp console device" - default 1024 - config LWP_TID_MAX_NR int "The maximum number of lwp thread id" default 64