From 95260acb74aeaa46c8738c9be9d2ff5eecfca3bd 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 705884b64..2268e5a9e 100644 --- a/README_BUILD.md +++ b/README_BUILD.md @@ -107,6 +107,7 @@ Cmake Options | Default | Description | `WITH_IIOD` | ON | Build the IIO Daemon | `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_AIO` | ON | Build IIOD with async. I/O support | `WITH_SYSTEMD` | OFF | Enable installation of systemd service file for iiod | `SYSTEMD_UNIT_INSTALL_DIR` | /lib/systemd/system | default install path for systemd unit files |