samples, tests: lora: remove CONFIG_SPI|GPIO=y

This is no longer needed, drivers selects SPI and GPIO as needed.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-11-26 20:37:25 +01:00 committed by Benjamin Cabé
commit 9465610d9f
9 changed files with 3 additions and 19 deletions

View file

@ -8,10 +8,8 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_THREAD_NAME=y
CONFIG_LOG=y
# LoRa PHY and required peripherals
# LoRa PHY
CONFIG_LORA=y
CONFIG_SPI=y
CONFIG_GPIO=y
# Random number generator required for several LoRaWAN services
CONFIG_ENTROPY_GENERATOR=y