15 lines
231 B
Plaintext
15 lines
231 B
Plaintext
|
# ST Microelectronics STM32F098XX MCU
|
||
|
|
||
|
# Copyright (c) 2019 The Chromium OS Authors
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_STM32F098XX
|
||
|
|
||
|
config SOC
|
||
|
default "stm32f098xx"
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 31
|
||
|
|
||
|
endif # SOC_STM32F098xx
|