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:
parent
3194ef0e7c
commit
c009c386cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue