[PATCH 2/3] arm64: defconfig: enable TPS6594 power button module

Michael Walle posted 3 patches 3 weeks, 3 days ago
[PATCH 2/3] arm64: defconfig: enable TPS6594 power button module
Posted by Michael Walle 3 weeks, 3 days ago
To enable the power button on Kontron SMARC-sAM67 modules, enable the
driver for it.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index fca36c2bd1f0..e175e283e76b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -494,6 +494,7 @@ CONFIG_INPUT_BBNSM_PWRKEY=m
 CONFIG_INPUT_PM8941_PWRKEY=y
 CONFIG_INPUT_PM8XXX_VIBRATOR=m
 CONFIG_INPUT_TPS65219_PWRBUTTON=m
+CONFIG_INPUT_TPS6594_PWRBUTTON=m
 CONFIG_INPUT_PWM_BEEPER=m
 CONFIG_INPUT_PWM_VIBRA=m
 CONFIG_INPUT_RK805_PWRKEY=m
-- 
2.47.3
Re: [PATCH 2/3] arm64: defconfig: enable TPS6594 power button module
Posted by Krzysztof Kozlowski 3 weeks, 1 day ago
On 15/01/2026 14:24, Michael Walle wrote:
> To enable the power button on Kontron SMARC-sAM67 modules, enable the
> driver for it.
> 
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
>  arch/arm64/configs/defconfig | 1 +


All these three is one change, you do everything for the same purpose -
specific upstream board.

Do not split commits per line but per logical changes. Change here is:
enable defconfig options so your board will work fine.

Best regards,
Krzysztof