Skip to content

Commit 136ad68

Browse files
Alain Volmatfabiobaltieri
authored andcommitted
samples: remove CONFIG_MBOX_STM32_HSEM enabling in conf files
Now that the MBOX_STM32_HSEM driver is enabled by default if present within the device-tree, it is no more necessary to manually enable it within samples board specific conf files. Remove as well the CONFIG_LOG_BACKEND_UART since overall CONFIG_LOG is anyway not enabled in the samples/drivers/mbox Signed-off-by: Alain Volmat <[email protected]>
1 parent 297eb52 commit 136ad68

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

samples/drivers/mbox/boards/stm32h747i_disco_stm32h747xx_m7.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
CONFIG_CONSOLE=y
22
CONFIG_UART_CONSOLE=y
3-
CONFIG_LOG_BACKEND_UART=y
4-
5-
CONFIG_MBOX_STM32_HSEM=y

samples/subsys/ipc/ipc_service/icmsg/boards/stm32h747i_disco_stm32h747xx_m7.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
CONFIG_CONSOLE=y
22
CONFIG_UART_CONSOLE=y
33
CONFIG_LOG_BACKEND_UART=y
4-
5-
CONFIG_MBOX_STM32_HSEM=y

0 commit comments

Comments
 (0)