drivers: lora: rylrxxx: Fix missing default y in LORA_RYLRXXX
The `default y`, which is coupled with `depends on DT_HAS_REYAX_RYLRXXX_ENABLED` to link the settings with DeviceTree, which was missing, so I added it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
0ce32c963e
commit
1d4c29ab29
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
config LORA_RYLRXXX
|
||||
bool "Reyax LYLR driver"
|
||||
default y
|
||||
depends on DT_HAS_REYAX_RYLRXXX_ENABLED
|
||||
select MODEM_MODULES
|
||||
select MODEM_CHAT
|
||||
|
|
|
|||
Loading…
Reference in a new issue