Commit d63d828c authored by Tom Owen's avatar Tom Owen Committed by Christopher Friedt
Browse files

stm32: Add FMAC support to Kconfig



This commit adds FMAC HAL and LL drivers to the Kconfig system
Required to enable Filter Math Accelerator (FMAC)
 on STM32G4/H7 devices

Signed-off-by: default avatarTom Owen <tom.owen@zepler.net>
parent 495f6b7c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -169,6 +169,11 @@ config USE_STM32_HAL_FLASH_RAMFUNC
	  Enable STM32Cube Embedded Flash Memory RAM functions (FLASH_RAMFUNC)
	  HAL module driver

config USE_STM32_HAL_FMAC
	bool
	help
	  Enable STM32Cube Filter Math Accelerator (FMAC) HAL module driver

config USE_STM32_HAL_FMPI2C
	bool
	help
@@ -567,6 +572,11 @@ config USE_STM32_LL_EXTI
	  Enable STM32Cube Extended interrupt and event controller (EXTI) LL
	  module driver

config USE_STM32_LL_FMAC
	bool
	help
	  Enable STM32Cube Filter Math Accelerator (FMAC) LL module driver

config USE_STM32_LL_FMC
	bool
	help