Similar to the changes made in #48048, compile in the appropriate lora modem driver when `CONFIG_LORA=y`. The `LORA_SX12XX` symbol has no use now so remove. LoRa and LoRaWAN subsystems are still marked as unstable so no additional deprecation cycle is needed. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_LORA=y
|
|
CONFIG_LORAWAN=y
|
|
CONFIG_LORAMAC_REGION_IN865=y
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|