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)
This commit is contained in:
Mark Johnston 2024-07-11 15:19:42 -04:00 committed by Michal Meloun
parent fb084dd01e
commit 72a1920e73

View file

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