Skip to content

Commit 117039c

Browse files
galakMaureenHelm
authored andcommitted
IPM: remove defconfig/proj setting of IPM drivers
Now that IPM drivers are enabled based on devicetree we can remove any cases of them getting enabled by Kconfig, *defconfig*, and *.conf files. We need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Signed-off-by: Kumar Gala <[email protected]>
1 parent f389f70 commit 117039c

File tree

21 files changed

+0
-54
lines changed

21 files changed

+0
-54
lines changed

boards/arm/bl5340_dvk/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# Copyright (c) 2021 Laird Connectivity
55
# SPDX-License-Identifier: Apache-2.0
66

7-
config IPM_NRFX
8-
default IPM
9-
107
config MBOX_NRFX_IPC
118
default MBOX
129

boards/arm/mps2_an521/Kconfig.defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,4 @@ config UART_INTERRUPT_DRIVEN
2929

3030
endif # SERIAL
3131

32-
if IPM
33-
34-
config IPM_MHU
35-
default y
36-
37-
endif # IPM
38-
3932
endif

boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ endif # BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
7676
config BOARD
7777
default "nrf5340dk_nrf5340_cpunet" if BOARD_NRF5340DK_NRF5340_CPUNET
7878

79-
config IPM_NRFX
80-
default IPM
81-
8279
config MBOX_NRFX_IPC
8380
default MBOX
8481

boards/arm/thingy53_nrf5340/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ config THINGY53_INIT_PRIORITY
99
help
1010
Initialization priority of the Thingy:53.
1111

12-
config IPM_NRFX
13-
default IPM
14-
1512
config MBOX_NRFX_IPC
1613
default MBOX
1714

boards/arm/v2m_musca_b1/Kconfig.defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,4 @@ config UART_INTERRUPT_DRIVEN
1414

1515
endif # SERIAL
1616

17-
if IPM
18-
19-
config IPM_MHU
20-
default y
21-
22-
endif # IPM
23-
2417
endif

boards/arm/v2m_musca_s1/Kconfig.defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,4 @@ config UART_INTERRUPT_DRIVEN
1414

1515
endif # SERIAL
1616

17-
if IPM
18-
19-
config IPM_MHU
20-
default y
21-
22-
endif # IPM
23-
2417
endif
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
CONFIG_GPIO=y
22

33
CONFIG_IPM=y
4-
CONFIG_IPM_STM32_HSEM=y
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
CONFIG_HEAP_MEM_POOL_SIZE=256
22
CONFIG_IPM=y
3-
CONFIG_ESP32_SOFT_IPM=y
43
CONFIG_KERNEL_BIN_NAME="esp32_net_firmware"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
CONFIG_ESP32_NETWORK_CORE=y
22
CONFIG_IPM=y
3-
CONFIG_ESP32_SOFT_IPM=y
43
CONFIG_LOG=y
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CONFIG_STDOUT_CONSOLE=n
22
CONFIG_PRINTK=y
33
CONFIG_IPM=y
4-
CONFIG_IPM_IMX=y
54
CONFIG_IPM_IMX_MAX_DATA_SIZE_4=y

0 commit comments

Comments
 (0)