Skip to content

Commit 9465610

Browse files
gmarullkartben
authored andcommitted
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>
1 parent 55cdc5a commit 9465610

File tree

9 files changed

+3
-19
lines changed

9 files changed

+3
-19
lines changed

samples/drivers/lora/receive/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
CONFIG_LOG=y
2-
CONFIG_SPI=y
3-
CONFIG_GPIO=y
42
CONFIG_LORA=y
53
CONFIG_PRINTK=y

samples/drivers/lora/send/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
CONFIG_LOG=y
2-
CONFIG_SPI=y
3-
CONFIG_GPIO=y
42
CONFIG_LORA=y
53
CONFIG_PRINTK=y

samples/subsys/lorawan/class_a/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
CONFIG_LOG=y
2-
CONFIG_SPI=y
3-
CONFIG_GPIO=y
42
CONFIG_LORA=y
53
CONFIG_LORAWAN=y
64
CONFIG_LORAMAC_REGION_IN865=y

samples/subsys/lorawan/fuota/prj.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
44
CONFIG_THREAD_NAME=y
55
CONFIG_LOG=y
66

7-
# LoRa PHY and required peripherals
7+
# LoRa PHY
88
CONFIG_LORA=y
9-
CONFIG_SPI=y
10-
CONFIG_GPIO=y
119

1210
# NVS required to store LoRaWAN DevNonce
1311
CONFIG_NVS=y

tests/drivers/build_all/lora/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CONFIG_TEST=y
2-
CONFIG_GPIO=y
32
CONFIG_LORA=y

tests/subsys/lorawan/channels_mask/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
CONFIG_ZTEST=y
33
CONFIG_ASSERT=y
4-
CONFIG_SPI=y
5-
CONFIG_GPIO=y
64
CONFIG_LORA=y
75
CONFIG_LORAWAN=y
86
CONFIG_LORAMAC_REGION_AS923=y

tests/subsys/lorawan/clock_sync/prj.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
88
CONFIG_THREAD_NAME=y
99
CONFIG_LOG=y
1010

11-
# LoRa PHY and required peripherals
11+
# LoRa PHY
1212
CONFIG_LORA=y
13-
CONFIG_SPI=y
14-
CONFIG_GPIO=y
1513

1614
# Random number generator required for several LoRaWAN services
1715
CONFIG_ENTROPY_GENERATOR=y

tests/subsys/lorawan/frag_decoder/prj.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
88
CONFIG_THREAD_NAME=y
99
CONFIG_LOG=y
1010

11-
# LoRa PHY and required peripherals
11+
# LoRa PHY
1212
CONFIG_LORA=y
13-
CONFIG_SPI=y
14-
CONFIG_GPIO=y
1513

1614
# Random number generator required for several LoRaWAN services
1715
CONFIG_ENTROPY_GENERATOR=y

tests/subsys/mgmt/mcumgr/transport_lorawan/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ CONFIG_ZTEST=y
88
CONFIG_NET_BUF=y
99
CONFIG_ZCBOR=y
1010
CONFIG_MCUMGR=y
11-
CONFIG_SPI=y
1211
CONFIG_LORA=y
1312
CONFIG_LORAWAN=y
1413
CONFIG_LORAMAC_REGION_EU868=y

0 commit comments

Comments
 (0)