From d472f19748822ca2ed24f2a5fa68717ce75808de Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Fri, 25 Aug 2023 11:18:43 +0200 Subject: [PATCH] README_BUILD.md: Document WITH_IIOD_USB_DMABUF Add an entry in the CMake options table for the WITH_IIOD_USB_DMABUF toggle. Signed-off-by: Paul Cercueil --- README_BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_BUILD.md b/README_BUILD.md index 7894a4a09..23c6f1a00 100644 --- a/README_BUILD.md +++ b/README_BUILD.md @@ -108,6 +108,7 @@ Cmake Options | Default | Description | `WITH_IIOD_NETWORK` | ON | Add network (TCP/IP) support | `WITH_IIOD_SERIAL` | ON | Add serial (UART) support | `WITH_IIOD_USBD` | ON | Add support for USB through FunctionFS within IIOD | +`WITH_IIOD_USB_DMABUF` | OFF | Enable DMABUF support on the USB stack | `WITH_IIOD_V0_COMPAT` | ON | Add support for Libiio v0.x protocol and clients | `WITH_AIO` | ON | Build IIOD with async. I/O support | `WITH_SYSTEMD` | OFF | Enable installation of systemd service file for iiod |