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 <matteo.golin@gmail.com>
This commit is contained in:
Matteo Golin
2025-03-10 17:56:10 -04:00
committed by Mateusz Szafoni
parent 3194ef0e7c
commit c009c386cc

View File

@@ -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.