1# ST Microelectronics STM32L151X8-A MCU 2 3# Copyright (c) 2019 eTactica ehf 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_STM32L151X8A 7 8config SOC 9 default "stm32l151x8a" 10 11config NUM_IRQS 12 default 45 13 14endif # SOC_STM32L151X8A 15