Skip to content

Commit 37ce992

Browse files
Ansgar Dahlenfrezbo
authored andcommitted
feat: enable CONFIG_UHID and CONFIG_INPUT_JOYDEV as modules
Enable UHID and INPUT_JOYDEV Signed-off-by: Ansgar Dahlen <adahlen@evoila.de> Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent cddd934 commit 37ce992

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

kernel/build/config-amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3159,7 +3159,7 @@ CONFIG_INPUT_MOUSEDEV=y
31593159
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
31603160
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
31613161
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
3162-
# CONFIG_INPUT_JOYDEV is not set
3162+
CONFIG_INPUT_JOYDEV=m
31633163
CONFIG_INPUT_EVDEV=y
31643164

31653165
#
@@ -5407,7 +5407,7 @@ CONFIG_HID_SUPPORT=y
54075407
CONFIG_HID=y
54085408
# CONFIG_HID_BATTERY_STRENGTH is not set
54095409
CONFIG_HIDRAW=y
5410-
# CONFIG_UHID is not set
5410+
CONFIG_UHID=m
54115411
CONFIG_HID_GENERIC=y
54125412
# CONFIG_HID_HAPTIC is not set
54135413

kernel/build/config-arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@ CONFIG_INPUT_MOUSEDEV=y
35083508
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
35093509
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
35103510
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
3511-
# CONFIG_INPUT_JOYDEV is not set
3511+
CONFIG_INPUT_JOYDEV=m
35123512
CONFIG_INPUT_EVDEV=y
35133513

35143514
#
@@ -6529,7 +6529,7 @@ CONFIG_HID_SUPPORT=y
65296529
CONFIG_HID=y
65306530
# CONFIG_HID_BATTERY_STRENGTH is not set
65316531
CONFIG_HIDRAW=y
6532-
# CONFIG_UHID is not set
6532+
CONFIG_UHID=m
65336533
CONFIG_HID_GENERIC=y
65346534
# CONFIG_HID_HAPTIC is not set
65356535

0 commit comments

Comments
 (0)