From bed66181bbbfa60e44fae87f5e896580099aff26 Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Mon, 17 Nov 2025 07:46:11 +0100 Subject: [PATCH] kconfigcheck: Add missing dependencies I am working on a RISC-V kernel that uses fragments and ran into a couple of warnings / errors due to missing configs that resulted in some other kconfigchecks failing. This fixes all of the errors I ran into. Signed-off-by: Jens Reidel Part-of: --- kconfigcheck.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index d414012e8..8be917b5c 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -349,6 +349,7 @@ NETFILTER_XT_MATCH_TCPMSS = "m" # change MTU e.g. for Wireguard NETFILTER_XT_TARGET_TCPMSS = "m" # change MTU e.g. for Wireguard # TODO = Depends on SUSPEND which is not enabled for some devices # PM_WAKELOCKS = "y" # Sxmo +CPU_FREQ_GOV_SCHEDUTIL = "y" # Required by UCLAMP_TASK UCLAMP_TASK = "y" # Scheduler hints UCLAMP_TASK_GROUP = "y" # Scheduler hints RT_GROUP_SCHED = "n" # https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/2652 @@ -379,8 +380,10 @@ EFI_ZBOOT = "y" NTFS3_FS = "m" ["category:input".">=0.0.0"."all"] +BT = "m" # Required by BT_HIDP BT_HIDP = "m" # Bluetooth HID HIDRAW = "y" # /dev/hidraw* support +INPUT_MISC = "y" # Required by INPUT_UINPUT INPUT_UINPUT = "y" # buffyboard INPUT_JOYSTICK = "y" # Required by CONFIG_JOYSTICK_XPAD_FF JOYSTICK_XPAD = "m" # Xbox controller @@ -435,6 +438,7 @@ HID_KYE = "m" HID_LCPOWER = "m" HID_LED = "m" HID_LETSKETCH = "m" +LEDS_CLASS_MULTICOLOR = "m" # Required by HID_LOGITECH HID_LOGITECH_DJ = "m" HID_LOGITECH_HIDPP = "m" HID_LOGITECH = "m"