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
|
@ -1,5 +1,3 @@
|
|||
CONFIG_LOG=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_LORA=y
|
||||
CONFIG_PRINTK=y
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
CONFIG_LOG=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_LORA=y
|
||||
CONFIG_PRINTK=y
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
CONFIG_LOG=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_LORA=y
|
||||
CONFIG_LORAWAN=y
|
||||
CONFIG_LORAMAC_REGION_IN865=y
|
||||
|
|
|
@ -4,10 +4,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
|
||||
|
||||
# NVS required to store LoRaWAN DevNonce
|
||||
CONFIG_NVS=y
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
CONFIG_TEST=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_LORA=y
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_ASSERT=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_LORA=y
|
||||
CONFIG_LORAWAN=y
|
||||
CONFIG_LORAMAC_REGION_AS923=y
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,7 +8,6 @@ CONFIG_ZTEST=y
|
|||
CONFIG_NET_BUF=y
|
||||
CONFIG_ZCBOR=y
|
||||
CONFIG_MCUMGR=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_LORA=y
|
||||
CONFIG_LORAWAN=y
|
||||
CONFIG_LORAMAC_REGION_EU868=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue