Skip to content

Commit faeeb4a

Browse files
Karl Zhanggalak
Karl Zhang
authored andcommitted
IPM: Add MHU as default IPM for sse-200 subsystem
Set sse-200 subsystem using MHU (Message Handling Unit) as default. Signed-off-by: Karl Zhang <[email protected]>
1 parent 2914ad4 commit faeeb4a

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

boards/arm/mps2_an521/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,11 @@ config I2C_SBCON
4444
default y
4545
depends on I2C
4646

47+
if IPM
48+
49+
config IPM_MHU
50+
default y
51+
52+
endif # IPM
53+
4754
endif

boards/arm/v2m_musca/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,11 @@ config TIMER_DTMR_CMSDK_APB
4343

4444
endif # COUNTER
4545

46+
if IPM
47+
48+
config IPM_MHU
49+
default y
50+
51+
endif # IPM
52+
4653
endif

boards/arm/v2m_musca_b1/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,11 @@ config UART_PL011_PORT1
3333

3434
endif # SERIAL
3535

36+
if IPM
37+
38+
config IPM_MHU
39+
default y
40+
41+
endif # IPM
42+
3643
endif

0 commit comments

Comments
 (0)