mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
arm: Add evdev to the TEGRA124 config
This is required for the kernel to link after commit13d00a43cb
. Fixes:13d00a43cb
("conf: Add usbhid and hidbus to GENERIC* kernel configs")
This commit is contained in:
parent
a161269b24
commit
d68d124817
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user