summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconfig.h')
-rwxr-xr-xzconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zconfig.h b/zconfig.h
index 936c15a..48b0722 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -62,6 +62,11 @@
*/
/* #define NO_ECHOCAN_DISABLE */
+/* udev support */
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
+#define CONFIG_ZAP_UDEV
+#endif
+
/* We now use the linux kernel config to detect which options to use */
/* You can still override them below */
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)