The branch stable/14 has been updated by mmel: URL: https://cgit.FreeBSD.org/src/commit/?id=72a1920e73d11bd73b85e8e13caa1d838f9dbd91
commit 72a1920e73d11bd73b85e8e13caa1d838f9dbd91 Author: Mark Johnston <[email protected]> AuthorDate: 2024-07-11 19:19:42 +0000 Commit: Michal Meloun <[email protected]> CommitDate: 2024-08-01 08:06:08 +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") (cherry picked from commit d68d124817780db5f98f65ae02a7ce286cd426eb) --- sys/arm/conf/TEGRA124 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124 index 16cb5f95d26f..b1c5be8af587 100644 --- a/sys/arm/conf/TEGRA124 +++ b/sys/arm/conf/TEGRA124 @@ -129,6 +129,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
