Skip to content

Commit

Permalink
Merge pull request #3726 from jernejsk/drivers
Browse files Browse the repository at this point in the history
Allwinner: Enable joydev driver
  • Loading branch information
HiassofT committed Jul 30, 2019
2 parents 989f0f3 + dba40e0 commit 2f227a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/Allwinner/linux/linux.aarch64.conf
Expand Up @@ -2013,7 +2013,7 @@ CONFIG_INPUT_MATRIXKMAP=y
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

Expand Down
2 changes: 1 addition & 1 deletion projects/Allwinner/linux/linux.arm.conf
Expand Up @@ -1942,7 +1942,7 @@ CONFIG_INPUT_FF_MEMLESS=y
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

Expand Down

0 comments on commit 2f227a8

Please sign in to comment.