Skip to content

Commit f3cc8b1

Browse files
committed
plat-stm32mp2: force CFG_DRIVERS_FIREWALL when supporting RIF controllers
When firewall controllers drivers that implements firewall framework support are embedded such as RISAB or RIFSC, then CFG_DRIVERS_FIREWALL should be forced enabled. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
1 parent bfb8c08 commit f3cc8b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/arch/arm/plat-stm32mp2/conf.mk

+3
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ endif
105105

106106
# Default enable firewall support
107107
CFG_DRIVERS_FIREWALL ?= y
108+
ifeq ($(call cfg-one-enabled, CFG_STM32_RISAB CFG_STM32_RIFSC),y)
109+
$(call force,CFG_DRIVERS_FIREWALL,y)
110+
endif

0 commit comments

Comments
 (0)