Date: Thu, 11 Jul 2024 19:31:08 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d68d12481778 - main - arm: Add evdev to the TEGRA124 config Message-ID: <202407111931.46BJV8bw070192@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d68d124817780db5f98f65ae02a7ce286cd426eb commit d68d124817780db5f98f65ae02a7ce286cd426eb Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-07-11 19:19:42 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-07-11 19:19:42 +0000 arm: Add evdev to the TEGRA124 config This is required for the kernel to link after commit 13d00a43cba4. Fixes: 13d00a43cba4 ("conf: Add usbhid and hidbus to GENERIC* kernel configs") --- sys/arm/conf/TEGRA124 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124 index 6a39abf6cee4..058a85955a04 100644 --- a/sys/arm/conf/TEGRA124 +++ b/sys/arm/conf/TEGRA124 @@ -128,6 +128,11 @@ device drm2 #device sound #device snd_hda +# evdev interface +options EVDEV_SUPPORT # evdev support in legacy drivers +device evdev # input event device support +device uinput # install /dev/uinput cdev + # HID support device hid # Generic HID support device hidbus # Generic HID Bus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407111931.46BJV8bw070192>