1# ST STM32F750XX MCU configuration options
2
3# Copyright (c) 2022, Rtone.
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_STM32F750XX
7
8config NUM_IRQS
9	default 98
10
11endif # SOC_STM32F750XX
12