[PATCH] ARM: configs: u8500: Set NFC_SHDLC as built-in

Jihed Chaibi posted 1 patch 1 month ago
arch/arm/configs/u8500_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: configs: u8500: Set NFC_SHDLC as built-in
Posted by Jihed Chaibi 1 month ago
The CONFIG_NFC_SHDLC=m setting in u8500_defconfig causes a Kconfig
warning because the NFC_SHDLC symbol does not support being built
as a module.

Change the selection from 'm' to 'y' to build the driver in-kernel.

Fixes: 344cad0660ea0 ("ARM: configs: Update U8500 defconfig")
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
---
 arch/arm/configs/u8500_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index 0f55815eecb..9c8dc6dd5fe 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -40,7 +40,7 @@ CONFIG_MAC80211_LEDS=y
 CONFIG_CAIF=y
 CONFIG_NFC=m
 CONFIG_NFC_HCI=m
-CONFIG_NFC_SHDLC=m
+CONFIG_NFC_SHDLC=y
 CONFIG_NFC_PN544_I2C=m
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
-- 
2.39.5
Re: [PATCH] ARM: configs: u8500: Set NFC_SHDLC as built-in
Posted by Linus Walleij 2 days, 19 hours ago
On Wed, Sep 3, 2025 at 12:23 AM Jihed Chaibi <jihed.chaibi.dev@gmail.com> wrote:

> The CONFIG_NFC_SHDLC=m setting in u8500_defconfig causes a Kconfig
> warning because the NFC_SHDLC symbol does not support being built
> as a module.
>
> Change the selection from 'm' to 'y' to build the driver in-kernel.
>
> Fixes: 344cad0660ea0 ("ARM: configs: Update U8500 defconfig")
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>

Patch applied and forwarded to the ARM SoC tree.

Yours,
Linus Walleij