Skip to content

Commit c498818

Browse files
jhedbergkartben
authored andcommitted
boards: silabs: Remove redundant enabling of BT_SEND_ECC_EMULATION
This option gets the default value "y" whenever HAS_BT_CTLR is enabled, and since the EFR32 HCI driver now selects HAS_BT_CTLR the right thing happens either way. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
1 parent ef82d75 commit c498818

File tree

10 files changed

+0
-30
lines changed

10 files changed

+0
-30
lines changed

boards/silabs/dev_kits/sltb010a/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ config MAIN_STACK_SIZE
2626
default 3072 if PM
2727
default 2304
2828

29-
config BT_SEND_ECC_EMULATION
30-
default y
31-
3229
endif # BT
3330

3431
config REGULATOR

boards/silabs/dev_kits/xg24_dk2601b/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ config COMMON_LIBC_MALLOC_ARENA_SIZE
3131
config MAIN_STACK_SIZE
3232
default 2304
3333

34-
config BT_SEND_ECC_EMULATION
35-
default y
36-
3734
if SHELL
3835

3936
config SHELL_STACK_SIZE

boards/silabs/dev_kits/xg27_dk2602a/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ config MAIN_STACK_SIZE
2626
default 3072 if PM
2727
default 2304
2828

29-
config BT_SEND_ECC_EMULATION
30-
default y
31-
3229
endif # BT
3330

3431
config REGULATOR

boards/silabs/radio_boards/slwrb4104a/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config MAIN_STACK_SIZE
3737
default 3072 if PM
3838
default 2304
3939

40-
config BT_SEND_ECC_EMULATION
41-
default y
42-
4340
endif # BT
4441

4542
endif # BOARD_SLWRB4104A

boards/silabs/radio_boards/slwrb4161a/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config MAIN_STACK_SIZE
3737
default 3072 if PM
3838
default 2304
3939

40-
config BT_SEND_ECC_EMULATION
41-
default y
42-
4340
endif # BT
4441

4542
endif # BOARD_SLWRB4161A

boards/silabs/radio_boards/slwrb4170a/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config MAIN_STACK_SIZE
3737
default 3072 if PM
3838
default 2304
3939

40-
config BT_SEND_ECC_EMULATION
41-
default y
42-
4340
endif # BT
4441

4542
endif # BOARD_SLWRB4170A

boards/silabs/radio_boards/slwrb4180a/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config MAIN_STACK_SIZE
3737
default 3072 if PM
3838
default 2304
3939

40-
config BT_SEND_ECC_EMULATION
41-
default y
42-
4340
endif # BT
4441

4542
endif # BOARD_SLWRB4180A

boards/silabs/radio_boards/slwrb4250b/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config MAIN_STACK_SIZE
3737
default 3072 if PM
3838
default 2304
3939

40-
config BT_SEND_ECC_EMULATION
41-
default y
42-
4340
endif # BT
4441

4542
endif # BOARD_SLWRB4250B

boards/silabs/radio_boards/slwrb4255a/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config MAIN_STACK_SIZE
3737
default 3072 if PM
3838
default 2304
3939

40-
config BT_SEND_ECC_EMULATION
41-
default y
42-
4340
endif # BT
4441

4542
endif # BOARD_SLWRB4255A

boards/silabs/radio_boards/xg24_rb4187c/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config MAIN_STACK_SIZE
3737
default 3072 if PM
3838
default 2304
3939

40-
config BT_SEND_ECC_EMULATION
41-
default y
42-
4340
endif # BT
4441

4542
endif # BOARD_XG24_RB4187C

0 commit comments

Comments
 (0)