Skip to content

Commit 30e6b55

Browse files
committed
syzbot: disable HID kconfig
Not needed and taking time/space. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent e22462d commit 30e6b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ gen_kconfig() { local mode kconfig=() vck rc=0
655655
# Disable components present in syzbot and not needed here
656656
kconfig+=(
657657
-d WLAN -d WIRELESS -d HAMRADIO -d CAN -d BT -d CAIF -d NFC
658-
-d ATA -d MEDIA_SUPPORT -d INFINIBAND -d STAGING
658+
-d ATA -d MEDIA_SUPPORT -d INFINIBAND -d STAGING -d HID
659659
-d X86_PLATFORM_DEVICES -d BATMAN_ADV -d OPENVSWITCH -d MPLS
660660
-d QRTR -d IP_DCCP -d RDS -d DLM -d IP_SCTP
661661
-d BCACHEFS_FS -d F2FS_FS -d BTRFS_FS -d OCFS2_FS -d XFS_FS

0 commit comments

Comments
 (0)