Skip to content

Commit

Permalink
recipes-kernel/linux: Enable hid logitech and joystick configs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Oct 8, 2024
1 parent a034a5d commit 144512f
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ BALENA_CONFIGS[rfcomm] = " \
CONFIG_BT_RFCOMM_TTY=y \
"

BALENA_CONFIGS:append = " hid-logitech "
BALENA_CONFIGS[hid-logitech] = " \
CONFIG_HID_LOGITECH=m \
CONFIG_HID_LOGITECH_DJ=m \
CONFIG_HID_LOGITECH_HIDPP=m \
"

BALENA_CONFIGS:append = " joystick "
BALENA_CONFIGS[joystick] = " \
CONFIG_JOYSTICK_XPAD=m \
"

L4TVER=" l4tver=${L4T_VERSION}"

KERNEL_ARGS = " firmware_class.path=/etc/firmware fbcon=map:0 "
Expand Down

0 comments on commit 144512f

Please sign in to comment.