Explorar el Código

[driver/pipe] RT_UNAMED_PIPE_NUMBER add depends

guozhanxin hace 1 año
padre
commit
896b1fe2da
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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