mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
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:
parent
fb084dd01e
commit
72a1920e73
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue