mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
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:
committed by
Mateusz Szafoni
parent
3194ef0e7c
commit
c009c386cc
@@ -8,7 +8,7 @@ if DRIVERS_LPWAN
|
|||||||
config LPWAN_RN2XX3
|
config LPWAN_RN2XX3
|
||||||
bool "Microchip RN2xx3 driver support"
|
bool "Microchip RN2xx3 driver support"
|
||||||
default n
|
default n
|
||||||
depends on UART
|
depends on SERIAL
|
||||||
---help---
|
---help---
|
||||||
Enable driver support for the RN2xx3 LoRa radio transceiver family.
|
Enable driver support for the RN2xx3 LoRa radio transceiver family.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user