소스 검색

[driver/pipe] RT_UNAMED_PIPE_NUMBER add depends

guozhanxin 1 년 전
부모
커밋
896b1fe2da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/drivers/Kconfig

+ 1 - 0
components/drivers/Kconfig

@@ -13,6 +13,7 @@ config RT_USING_DEVICE_IPC
 
 config RT_UNAMED_PIPE_NUMBER
     int "The number of unamed pipe"
+    depends on RT_USING_DEVICE_IPC
     default 64
 
 if RT_USING_DEVICE_IPC