Skip to content

Commit

Permalink
config: Enable CONFIG_INPUT_UINPUT
Browse files Browse the repository at this point in the history
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
  • Loading branch information
WhatAmISupposedToPutHere committed Jun 27, 2024
1 parent 12236fa commit 0cad79c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config-libkrunfw-sev_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,8 @@ CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
# CONFIG_RMI4_CORE is not set

#
Expand Down
3 changes: 2 additions & 1 deletion config-libkrunfw_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,8 @@ CONFIG_INPUT_MATRIXKMAP=y
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_RMI4_CORE=y
# CONFIG_RMI4_I2C is not set
# CONFIG_RMI4_SMB is not set
Expand Down
3 changes: 2 additions & 1 deletion config-libkrunfw_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,8 @@ CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
# CONFIG_RMI4_CORE is not set

#
Expand Down

0 comments on commit 0cad79c

Please sign in to comment.