aboutsummaryrefslogtreecommitdiffstats
path: root/docs/4-Installation-ISOTP.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4-Installation-ISOTP.md')
-rw-r--r--docs/4-Installation-ISOTP.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/4-Installation-ISOTP.md b/docs/4-Installation-ISOTP.md
index c8fc31f6..32a767bb 100644
--- a/docs/4-Installation-ISOTP.md
+++ b/docs/4-Installation-ISOTP.md
@@ -47,4 +47,9 @@ sudo insmod ./net/can/can-isotp.ko
```bash
sudo cp include/uapi/linux/can/isotp.h /usr/include/linux/can/
-``` \ No newline at end of file
+```
+
+## Enable support at build time
+
+To enable ISO TP support, the binding must be built with -DWITH_FEATURE_ISOTP=ON.
+If using the autobuild script, add CONFIGURE_ARGS="-DWITH_FEATURE_ISOTP=ON" to the command used.