Skip to content

Commit

Permalink
fixup: smart: remove unnecessary Kconfig option
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
polarvid authored and mysterywolf committed Sep 14, 2024
1 parent 2cbd588 commit 3ca6126
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/lwp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ca6126

Please sign in to comment.