Skip to content

Commit e876c5d

Browse files
JordanYateshenrikbrixandersen
authored andcommitted
boards: remove HCI_SPI defaults
The `HCI_SPI` symbol is now automatically selected from devicetree, removing the need for board specific defaults. Signed-off-by: Jordan Yates <[email protected]>
1 parent 573c18f commit e876c5d

File tree

11 files changed

+2
-70
lines changed

11 files changed

+2
-70
lines changed

boards/96boards/carbon/Kconfig.defconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ config SPI_STM32_INTERRUPT
99
default y
1010
depends on SPI
1111

12-
if BT
13-
14-
config SPI
15-
default y
16-
17-
config BT_SPI
18-
default y
19-
20-
endif # BT
21-
2212
endif # BOARD_96B_CARBON_STM32F401XE
2313

2414
if BOARD_96B_CARBON_NRF51822

boards/shields/x_nucleo_bnrg2a1/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ if SHIELD_X_NUCLEO_BNRG2A1
55

66
if BT
77

8-
config SPI
9-
default y
10-
11-
config BT_SPI
12-
default y
13-
148
config BT_BLUENRG_ACI
159
default y
1610

boards/shields/x_nucleo_idb05a1/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ if SHIELD_X_NUCLEO_IDB05A1
55

66
if BT
77

8-
config SPI
9-
default y
10-
11-
config BT_SPI
12-
default y
13-
148
config BT_BLUENRG_ACI
159
default y
1610
# Disable Flow control

boards/shields/x_nucleo_wb05kn1/Kconfig.defconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,10 @@ if SHIELD_X_NUCLEO_WB05KN1_UART || SHIELD_X_NUCLEO_WB05KN1_SPI
55

66
if BT
77

8-
config SPI
9-
default y
10-
depends on SHIELD_X_NUCLEO_WB05KN1_SPI
11-
128
config SPI_STM32_INTERRUPT
139
default y
1410
depends on SPI
1511

16-
config BT_SPI
17-
default y
18-
depends on DT_HAS_ST_HCI_SPI_V2_ENABLED
19-
20-
config BT_H4
21-
default y
22-
depends on DT_HAS_ZEPHYR_BT_HCI_UART_ENABLED
23-
2412
config BT_BLUENRG_ACI
2513
default y
2614

boards/st/b_l4s5i_iot01a/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ endchoice
2424

2525
if BT
2626

27-
config SPI
28-
default y
29-
30-
config BT_SPI
31-
default y
32-
3327
config BT_BLUENRG_ACI
3428
default y
3529
# Disable Flow control

boards/st/disco_l475_iot1/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ endchoice
2424

2525
if BT
2626

27-
config SPI
28-
default y
29-
30-
config BT_SPI
31-
default y
32-
3327
config BT_BLUENRG_ACI
3428
default y
3529
# Disable Flow control

boards/st/sensortile_box/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ if BOARD_SENSORTILE_BOX
77

88
if BT
99

10-
config SPI
11-
default y
12-
13-
config BT_SPI
14-
default y
15-
1610
config BT_BLUENRG_ACI
1711
default y
1812
# Disable Flow control

boards/st/sensortile_box_pro/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ if BOARD_SENSORTILE_BOX_PRO
77

88
if BT
99

10-
config SPI
11-
default y
12-
13-
config BT_SPI
14-
default y
15-
1610
config BT_BLUENRG_ACI
1711
default y
1812

boards/st/steval_stwinbx1/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ if BOARD_STEVAL_STWINBX1
77

88
if BT
99

10-
config SPI
11-
default y
12-
13-
config BT_SPI
14-
default y
15-
1610
config BT_BLUENRG_ACI
1711
default y
1812

boards/st/stm32l562e_dk/Kconfig.defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ if BOARD_STM32L562E_DK
77

88
if BT
99

10-
config SPI
11-
default y
12-
13-
config BT_SPI
14-
default y
15-
1610
config BT_BLUENRG_ACI
1711
default y
1812

0 commit comments

Comments
 (0)