Skip to content

Commit

Permalink
recipes-kernel/linux: Ensure CONFIG_JOYSTICK_XPAD is enabled
Browse files Browse the repository at this point in the history
This config relies on other configs being enabled

Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Oct 9, 2024
1 parent d8559e1 commit 8b89b93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ BALENA_CONFIGS[hid-logitech] = " \
BALENA_CONFIGS:append = " joystick "
BALENA_CONFIGS[joystick] = " \
CONFIG_JOYSTICK_XPAD=m \
CONFIG_INPUT_JOYDEV=m \
CONFIG_INPUT_JOYSTICK=y \
"

L4TVER=" l4tver=${L4T_VERSION}"
Expand Down

0 comments on commit 8b89b93

Please sign in to comment.