[PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU

Vincent Mailhol (Arm) posted 9 patches 2 weeks, 6 days ago
[PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
Posted by Vincent Mailhol (Arm) 2 weeks, 6 days ago
The Kontron SMARC-sAM67 board management controller is not in the
kernel tree anymore. Clean-up the leftover reference to
CONFIG_SENSORS_SA67MCU which was left in the defconfig.

Fixes: e710b2283725 ("Revert "hwmon: add SMARC-sAM67 support"")
Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 1fda77bca432..c5e23beeaebf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -743,7 +743,6 @@ CONFIG_SENSORS_LM75=m
 CONFIG_SENSORS_LM90=m
 CONFIG_SENSORS_PWM_FAN=m
 CONFIG_SENSORS_RASPBERRYPI_HWMON=m
-CONFIG_SENSORS_SA67MCU=m
 CONFIG_SENSORS_SL28CPLD=m
 CONFIG_SENSORS_INA2XX=m
 CONFIG_SENSORS_INA3221=m

-- 
2.43.0
Re: [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On 17/03/2026 10:13, Vincent Mailhol (Arm) wrote:
> The Kontron SMARC-sAM67 board management controller is not in the
> kernel tree anymore. Clean-up the leftover reference to
> CONFIG_SENSORS_SA67MCU which was left in the defconfig.
> 
> Fixes: e710b2283725 ("Revert "hwmon: add SMARC-sAM67 support"")
> Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org>
> ---
>  arch/arm64/configs/defconfig | 1 -
>  1 file changed, 1 deletion(-)

https://lore.kernel.org/all/20260302122540.1377444-3-mwalle@kernel.org/

It is said to see that multiple people did the same work twice and did
work which was not sent to right addresses. :(

Best regards,
Krzysztof
Re: [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
Posted by Vincent Mailhol (Arm) 1 week, 5 days ago
On 3/17/26 12:33, Krzysztof Kozlowski wrote:
> On 17/03/2026 10:13, Vincent Mailhol (Arm) wrote:
>> The Kontron SMARC-sAM67 board management controller is not in the
>> kernel tree anymore. Clean-up the leftover reference to
>> CONFIG_SENSORS_SA67MCU which was left in the defconfig.
>>
>> Fixes: e710b2283725 ("Revert "hwmon: add SMARC-sAM67 support"")
>> Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org>
>> ---
>>  arch/arm64/configs/defconfig | 1 -
>>  1 file changed, 1 deletion(-)
> 
> https://lore.kernel.org/all/20260302122540.1377444-3-mwalle@kernel.org/

Meanwhile, that patch was picked. It has already landed in linux-next.
So I will remove it from my series.

> It is said to see that multiple people did the same work twice and did
> work which was not sent to right addresses. :(


Yours sincerely,
Vincent Mailhol