Skip to content

Commit a55609c

Browse files
committed
[rpi]: enable drivers for input devices
1 parent b78663a commit a55609c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

board/raspberrypi/rpi23-linux-5.10.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ CONFIG_BRCMFMAC_USB=y
330330
# CONFIG_WLAN_VENDOR_QUANTENNA is not set
331331
CONFIG_INPUT_MOUSEDEV=y
332332
CONFIG_INPUT_JOYDEV=m
333-
CONFIG_INPUT_EVDEV=m
333+
CONFIG_INPUT_EVDEV=y
334334
# CONFIG_KEYBOARD_ATKBD is not set
335335
CONFIG_KEYBOARD_GPIO=m
336336
CONFIG_KEYBOARD_MATRIX=m
@@ -608,7 +608,8 @@ CONFIG_SND_SOC=y
608608
CONFIG_SND_BCM2835_SOC_I2S=y
609609
CONFIG_HID_BATTERY_STRENGTH=y
610610
CONFIG_HIDRAW=y
611-
# CONFIG_HID_GENERIC is not set
611+
CONFIG_HID_GENERIC=y
612+
CONFIG_USB_HID=y
612613
CONFIG_HID_PID=y
613614
CONFIG_USB_HIDDEV=y
614615
CONFIG_USB=y

0 commit comments

Comments
 (0)