1# ST STM32H725X MCU configuration options
2
3# Copyright (c) 2021 Esco Medical ApS
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_STM32H725XX
7
8config SOC
9	default "stm32h725xx"
10
11config NUM_IRQS
12	default 163
13
14endif # SOC_STM32H725XX
15