conf: powerpc: Add evdev to some kernel configs

Fixes:	13d00a43cb ("conf: Add usbhid and hidbus to GENERIC* kernel configs")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2024-07-10 10:12:48 +02:00
parent 5ed91e788f
commit 43a62df0b4
3 changed files with 15 additions and 0 deletions

View File

@ -124,6 +124,11 @@ device videomode
device vt
device fbd
# evdev interface
options EVDEV_SUPPORT # evdev support in legacy drivers
device evdev # input event device support
device uinput # install /dev/uinput cdev
# HID support
options HID_DEBUG # enable debug msgs
device hid # Generic HID support

View File

@ -139,6 +139,11 @@ device videomode
device vt
device fbd
# evdev interface
options EVDEV_SUPPORT # evdev support in legacy drivers
device evdev # input event device support
device uinput # install /dev/uinput cdev
# HID support
options HID_DEBUG # enable debug msgs
device hid # Generic HID support

View File

@ -124,6 +124,11 @@ device ukbd
device hms
device ums
# evdev interface
options EVDEV_SUPPORT # evdev support in legacy drivers
device evdev # input event device support
device uinput # install /dev/uinput cdev
# HID support
options HID_DEBUG # enable debug msgs
device hid # Generic HID support