| # ST STM32H745X MCU configuration options | |
| # Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if SOC_STM32H745XX_M7 || SOC_STM32H745XX_M4 | |
| config STM32H7_DUAL_CORE | |
| default y | |
| config NUM_IRQS | |
| default 150 | |
| endif # SOC_STM32H745XX_M7 || SOC_STM32H745XX_M4 |