From c009c386cc733de31b1e17bbe2d5ceceefa901d5 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Mon, 10 Mar 2025 17:56:10 -0400 Subject: [PATCH] drivers/wireless/lpwan/rn2xx3: Fix SERIAL dependency There is no 'UART' symbol to depend on, so this is updated to the correct symbol, SERIAL. Signed-off-by: Matteo Golin --- drivers/wireless/lpwan/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/wireless/lpwan/Kconfig b/drivers/wireless/lpwan/Kconfig index 9753795dbb0..3d42d275926 100644 --- a/drivers/wireless/lpwan/Kconfig +++ b/drivers/wireless/lpwan/Kconfig @@ -8,7 +8,7 @@ if DRIVERS_LPWAN config LPWAN_RN2XX3 bool "Microchip RN2xx3 driver support" default n - depends on UART + depends on SERIAL ---help--- Enable driver support for the RN2xx3 LoRa radio transceiver family.