arm: Add evdev to the TEGRA124 config

This is required for the kernel to link after commit 13d00a43cb.

Fixes:	13d00a43cb ("conf: Add usbhid and hidbus to GENERIC* kernel configs")
This commit is contained in:
Mark Johnston 2024-07-11 15:19:42 -04:00
parent a161269b24
commit d68d124817

View File

@ -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