Skip to content

Commit 3ca6126

Browse files
polarvidmysterywolf
authored andcommitted
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 <[email protected]>
1 parent 2cbd588 commit 3ca6126

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/lwp/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ if RT_USING_LWP
2929
int "The maximum number of channel messages"
3030
default 1024
3131

32-
config LWP_CONSOLE_INPUT_BUFFER_SIZE
33-
int "The input buffer size of lwp console device"
34-
default 1024
35-
3632
config LWP_TID_MAX_NR
3733
int "The maximum number of lwp thread id"
3834
default 64

0 commit comments

Comments
 (0)