From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
To: Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
Bjorn Andersson <andersson@kernel.org>,
Dmitry Baryshkov <lumag@kernel.org>,
Dinh Nguyen <dinguyen@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Linus Walleij <linusw@kernel.org>,
Drew Fustini <fustini@kernel.org>,
soc@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Subject: [PATCH 5/5] ARM: multi_v7_defconfig: Correct QCOM_RPMH and QCOM_RPMHPD
Date: Sun, 12 Apr 2026 19:12:48 +0200 [thread overview]
Message-ID: <20260412-b4-defconfig-multi-v7-v1-5-e76de035c2df@oss.qualcomm.com> (raw)
In-Reply-To: <20260412-b4-defconfig-multi-v7-v1-0-e76de035c2df@oss.qualcomm.com>
QCOM_RPMH and QCOM_RPMHPD can be build only as modules when
QCOM_COMMAND_DB is module itself.
Fixes: 1c25ca9bb5c5 ("ARM: multi_v7_defconfig: enable more Qualcomm drivers")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
arch/arm/configs/multi_v7_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 520e2dea77f2..f4f98ea5c4ed 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1146,7 +1146,7 @@ CONFIG_QCOM_COMMAND_DB=m
CONFIG_QCOM_GSBI=y
CONFIG_QCOM_OCMEM=m
CONFIG_QCOM_RMTFS_MEM=m
-CONFIG_QCOM_RPMH=y
+CONFIG_QCOM_RPMH=m
CONFIG_QCOM_SMEM=y
CONFIG_QCOM_SMD_RPM=y
CONFIG_QCOM_SMP2P=y
@@ -1161,7 +1161,7 @@ CONFIG_KEYSTONE_NAVIGATOR_DMA=y
CONFIG_TI_PRUSS=m
CONFIG_RASPBERRYPI_POWER=y
CONFIG_QCOM_CPR=y
-CONFIG_QCOM_RPMHPD=y
+CONFIG_QCOM_RPMHPD=m
CONFIG_QCOM_RPMPD=y
CONFIG_ROCKCHIP_PM_DOMAINS=y
CONFIG_TI_SCI_PM_DOMAINS=y
--
2.51.0
next prev parent reply other threads:[~2026-04-12 17:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-12 17:12 [PATCH 0/5] ARM: configs: Cleanup redundant options Krzysztof Kozlowski
2026-04-12 17:12 ` [PATCH 1/5] ARM: multi_v7_defconfig: Move entries to match savedefconfig Krzysztof Kozlowski
2026-04-24 6:57 ` Linus Walleij
2026-04-12 17:12 ` [PATCH 2/5] ARM: configs: Drop redundant I2C_DESIGNWARE_PLATFORM Krzysztof Kozlowski
2026-04-13 14:58 ` Dinh Nguyen
2026-04-24 6:58 ` Linus Walleij
2026-04-12 17:12 ` [PATCH 3/5] ARM: configs: Drop redundant SND_ATMEL_SOC Krzysztof Kozlowski
2026-04-14 7:38 ` Claudiu Beznea
2026-04-24 6:58 ` Linus Walleij
2026-04-24 6:59 ` Linus Walleij
2026-04-12 17:12 ` [PATCH 4/5] ARM: multi_v7_defconfig: Cleanup redundant options Krzysztof Kozlowski
2026-04-24 6:59 ` Linus Walleij
2026-04-12 17:12 ` Krzysztof Kozlowski [this message]
2026-04-24 6:59 ` [PATCH 5/5] ARM: multi_v7_defconfig: Correct QCOM_RPMH and QCOM_RPMHPD Linus Walleij
2026-05-07 13:12 ` [PATCH 0/5] ARM: configs: Cleanup redundant options patchwork-bot+linux-soc
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=20260412-b4-defconfig-multi-v7-v1-5-e76de035c2df@oss.qualcomm.com \
--to=krzysztof.kozlowski@oss.qualcomm.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andersson@kernel.org \
--cc=arnd@arndb.de \
--cc=claudiu.beznea@tuxon.dev \
--cc=dinguyen@kernel.org \
--cc=fustini@kernel.org \
--cc=krzk@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lumag@kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=soc@lists.linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.