From: edip@medip.dev
To: ilpo.jarvinen@linux.intel.com, hansg@kernel.org, kuba@kernel.org
Cc: platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org, Edip Hazuri <edip@medip.dev>
Subject: [PATCH v3 2/2] platform/x86: hp-wmi: Add missing LED Kconfig dependencies
Date: Sat, 28 Feb 2026 15:21:45 +0300 [thread overview]
Message-ID: <20260228122143.119571-4-edip@medip.dev> (raw)
In-Reply-To: <20260228122143.119571-2-edip@medip.dev>
From: Edip Hazuri <edip@medip.dev>
Add depends on LEDS_CLASS and LEDS_CLASS_MULTICOLOR for the
multicolor keyboard backlight support.
Signed-off-by: Edip Hazuri <edip@medip.dev>
---
drivers/platform/x86/hp/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/platform/x86/hp/Kconfig b/drivers/platform/x86/hp/Kconfig
index dd51491b9bcd..02668ebc3020 100644
--- a/drivers/platform/x86/hp/Kconfig
+++ b/drivers/platform/x86/hp/Kconfig
@@ -40,6 +40,8 @@ config HP_WMI
depends on ACPI_EC
depends on ACPI_WMI
depends on INPUT
+ depends on LEDS_CLASS
+ depends on LEDS_CLASS_MULTICOLOR
depends on RFKILL || RFKILL = n
select POWER_SUPPLY
select INPUT_SPARSEKMAP
--
2.53.0
next prev parent reply other threads:[~2026-02-28 12:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-28 12:21 [PATCH v3 1/2] platform/x86: hp-wmi: Add multicolor LED support for HP keyboard backlight edip
2026-02-28 12:21 ` edip [this message]
2026-03-01 15:27 ` [PATCH v3 2/2] platform/x86: hp-wmi: Add missing LED Kconfig dependencies kernel test robot
2026-03-02 11:10 ` Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260228122143.119571-4-edip@medip.dev \
--to=edip@medip.dev \
--cc=hansg@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox