aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2017-11-20 19:17:43 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2017-11-20 19:17:43 +0000
commit303dbb854fe8bfb281fc78a5ec1053104e0b748f (patch)
tree0febde383bd141e112998db234cab1863c44e6e0
parent2833897f35b7d1e2f0b0cfbf1c0d028522254a90 (diff)
downloadsrc-303dbb854fe8bfb281fc78a5ec1053104e0b748f.tar.gz
src-303dbb854fe8bfb281fc78a5ec1053104e0b748f.zip
evdev: Export EVDEV_SUPPORT kernel option through feature facility
Suggested by: netchild Reviewed by: gonzo Approved by: gonzo (mentor) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=326019
-rw-r--r--sys/dev/evdev/evdev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/evdev/evdev.c b/sys/dev/evdev/evdev.c
index 94b3ecdc83fd..34148588d17c 100644
--- a/sys/dev/evdev/evdev.c
+++ b/sys/dev/evdev/evdev.c
@@ -50,6 +50,9 @@
#ifdef FEATURE
FEATURE(evdev, "Input event devices support");
+#ifdef EVDEV_SUPPORT
+FEATURE(evdev_support, "Evdev support in hybrid drivers");
+#endif
#endif
enum evdev_sparse_result