1# ST Microelectronics STM32MP157C_M4 MCU
2
3# Copyright (c) 2019 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_STM32MP15_M4
7
8config SOC
9	default "stm32mp157cxx"
10
11config NUM_IRQS
12	default 150
13
14endif # SOC_STM32MP15_M4
15