1# ST STM32H745X MCU configuration options 2 3# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com> 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_STM32H745XX_M7 || SOC_STM32H745XX_M4 7 8config STM32H7_DUAL_CORE 9 default y 10 11config NUM_IRQS 12 default 150 13 14endif # SOC_STM32H745XX_M7 || SOC_STM32H745XX_M4 15