From 342faa4245e0d94fe998ce6cfb324b9071179b97 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 26 Jan 2025 12:40:34 +0100 Subject: [PATCH] kconfigcheck: Reshuffle some input options (MR 6087) Limit some options based on when they are introduced, to avoid e.g. 6.1 kernels failing kconfig check where the option is just not available yet. --- kconfigcheck.toml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index e7da1f5c6..f8bcf5683 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -379,14 +379,12 @@ HID_ELAN = true HID_ELECOM = true HID_ELO = true HID_EMS_FF = true -HID_EVISION = true HID_EZKEY = true HID_FT260 = true HID_GEMBIRD = true HID_GENERIC = true HID_GFRM = true HID_GLORIOUS = true -HID_GOOGLE_STADIA_FF = true HID_GREENASIA = true HID_GT683R = true HID_GYRATION = true @@ -416,16 +414,18 @@ HID_MULTITOUCH = true HID_NINTENDO = true HID_NTI = true HID_NTRIG = true -HID_NVIDIA_SHIELD = true HID_ORTEK = true HID_PANTHERLORD = true HID_PENMOUNT = true HID_PETALYNX = true HID_PICOLCD_BACKLIGHT = true HID_PICOLCD_FB = true +HID_PICOLCD_LCD = true HID_PICOLCD_LEDS = true HID_PICOLCD = true +HID_PID = true HID_PLANTRONICS = true +HID_PLAYSTATION = true HID_PRIMAX = true HID_PRODIKEYS = true HID_PXRC = true @@ -447,6 +447,7 @@ HID_SENSOR_IIO_COMMON = true HID_SENSOR_IIO_TRIGGER = true HID_SENSOR_INCLINOMETER_3D = true HID_SENSOR_MAGNETOMETER_3D = true +HID_SENSOR_TEMP = true HID_SIGMAMICRO = true HID_SMARTJOYPLUS = true HID_SONY = true @@ -454,7 +455,6 @@ HID_SPEEDLINK = true HID_STEAM = true HID_STEELSERIES = true HID_SUNPLUS = true -HID_SUPPORT = true HID_THINGM = true HID_THRUSTMASTER = true HID_TIVO = true @@ -473,15 +473,20 @@ HID_XIAOMI = true HID_XINMO = true HID_ZEROPLUS = true HID_ZYDACRON = true -["category:input".">=6.7"."all"] -HID_PICOLCD_LCD = true -HID_PID = true -HID_PLAYSTATION = true -HID_SENSOR_TEMP = true +["category:input".">=6.3"."all"] +HID_EVISION = true +HID_SUPPORT = true +["category:input".">=6.5"."all"] +HID_NVIDIA_SHIELD = true +["category:input".">=6.6"."all"] +HID_GOOGLE_STADIA_FF = true +["category:input".">=6.10"."all"] HID_WINWING = true ["category:input".">=6.12"."all"] HID_GOODIX_SPI = true -["category:input".">=0.0.0"."aarch64 riscv64 x86 x86_64"] +["category:input".">=0.0.0"."riscv64 x86 x86_64"] +HID_BPF = true +["category:input".">=6.4.0"."aarch64"] HID_BPF = true ["category:usb".">=0.0.0"."all"]