فهرست منبع

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 <smokewood@qq.com>
Shell 7 ماه پیش
والد
کامیت
3ca6126efc
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      components/lwp/Kconfig

+ 0 - 4
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