From 43c76616ebccf83dd7f7e38e14b15d3e00eeb8f1 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 28 May 2019 11:57:59 -0700 Subject: [PATCH] kernel - Build 'evdev' into the kernel * Build evdev into the kernel along with its EVDEV_SUPPORT option. Requested-by: peeter --- sys/config/X86_64_GENERIC | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index e3066a21fa..367ad77316 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -336,3 +336,7 @@ device gpio_intel # GPIO support for Intel SoCs #device ichiic device smbus # Bus support, required for smb below. device smbacpi + +# evdev interface +device evdev # input event device support +options EVDEV_SUPPORT # evdev support in legacy drivers -- 2.11.4.GIT