Skip to content
Snippets Groups Projects
Verified Commit e2743c57 authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Alexey Minnekhanov
Browse files

kconfigcheck: input: drop some kconfig (MR 5997)

This drops some kconfig that was added in !5836, which shouldn't be
required for device kernels to comply with the "input" kconfig check.

HID_HYPERV_MOUSE: requires enabling HyperV guest support in the kernel,
we shouldn't impose this on all device kernels.

HID_KUNIT_TEST: No reason to enable kunit support, we aren't testing the
kernel with device kernels

SURFACE_HID: Requires enabling a bunch of Microsoft Surface platform
drivers/support, doesn't make sense to require for all device kernels.
Kernels that support Surface devices can enable these as needed, since I
don't think any non-surface devices would even have surface HID input hw
in them.
parent 22456748
No related branches found
No related tags found
1 merge request!5997kconfigcheck: drop some input kconfig
......@@ -385,13 +385,11 @@ HID_GREENASIA = true
HID_GT683R = true
HID_GYRATION = true
HID_HOLTEK = true
HID_HYPERV_MOUSE = true
HID_ICADE = true
HID_ITE = true
HID_JABRA = true
HID_KENSINGTON = true
HID_KEYTOUCH = true
HID_KUNIT_TEST = true
HID_KYE = true
HID_LCPOWER = true
HID_LED = true
......@@ -474,7 +472,6 @@ HID_XIAOMI = true
HID_XINMO = true
HID_ZEROPLUS = true
HID_ZYDACRON = true
SURFACE_HID = true
["category:usb".">=0.0.0"."all"]
DRM_UDL = true # DisplayLink - connecting displays via USB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment