zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig.stm32f439xx
Mathieu Anquetin bd0de75090 soc: st: stm32: add support for stm32f439
STM32F439 SoC is an STM32F429 with an integrated crypto/hash processor
providing hardware acceleration for encryption (AES and TDES) and hash
(MD5, SHA-1 and SHA-2).

Signed-off-by: Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com>
2025-03-28 16:09:50 +01:00

11 lines
232 B
Text

# ST STM32F439XX MCU configuration options
# Copyright (c) 2025 Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com>.
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32F439XX
config NUM_IRQS
default 91
endif # SOC_STM32F439XX