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:
parent
55cdc5a93e
commit
9465610d9f
9 changed files with 3 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue