* [PATCH] ARM: configs: u8500: Set NFC_SHDLC as built-in
@ 2025-09-02 22:23 Jihed Chaibi
2025-09-30 12:27 ` Linus Walleij
0 siblings, 1 reply; 4+ messages in thread
From: Jihed Chaibi @ 2025-09-02 22:23 UTC (permalink / raw)
To: linux
Cc: linus.walleij, arnd, linux-arm-kernel, linux-kernel, shuah,
jihed.chaibi.dev
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
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH] ARM: configs: u8500: Set NFC_SHDLC as built-in
@ 2025-09-30 12:27 Linus Walleij
2025-10-08 10:57 ` patchwork-bot+linux-soc
0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2025-09-30 12:27 UTC (permalink / raw)
To: arm, soc; +Cc: linux-arm-kernel, Jihed Chaibi, Linus Walleij
From: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
SoC tree folks: please apply this patch directly.
---
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 0f55815eecb3..9c8dc6dd5fe3 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.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-08 10:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 22:23 [PATCH] ARM: configs: u8500: Set NFC_SHDLC as built-in Jihed Chaibi
2025-09-30 12:27 ` Linus Walleij
-- strict thread matches above, loose matches on Subject: below --
2025-09-30 12:27 Linus Walleij
2025-10-08 10:57 ` patchwork-bot+linux-soc
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.