19 lines
309 B
Plaintext
19 lines
309 B
Plaintext
# ST STM32F437XX MCU configuration options
|
|
|
|
# Copyright (c) 2019, Markus Fuchs <markus.fuchs@de.sauter-bc.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32F437XX
|
|
|
|
config SOC
|
|
default "stm32f437xx"
|
|
|
|
config NUM_IRQS
|
|
default 91
|
|
|
|
config CRYPTO_STM32
|
|
default y
|
|
depends on CRYPTO
|
|
|
|
endif # SOC_STM32F437XX
|