4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 16:53:30 +08:00

[KCONFIG]添加pipe缓冲区大小配置

This commit is contained in:
Bluebear233 2018-06-30 10:36:31 +08:00 committed by GitHub
parent 0616f81ef6
commit 985db0e3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@ config RT_USING_DEVICE_IPC
bool "Using device drivers IPC"
default y
if RT_USING_DEVICE_IPC
config RT_PIPE_BUFSZ
int "Set pipe buffer size"
default 512
endif
config RT_USING_SERIAL
bool "Using serial device drivers"
select RT_USING_DEVICE_IPC