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:
TOKITA Hiroshi 2024-09-27 20:04:28 +09:00 committed by Anas Nashif
parent 0ce32c963e
commit 1d4c29ab29

View file

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