19 lines
248 B
Plaintext
19 lines
248 B
Plaintext
|
# Kconfig - ST Microelectronics STM32L475xG MCU
|
||
|
#
|
||
|
# Copyright (c) 2017 Linaro Limited
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if SOC_STM32L475XG
|
||
|
|
||
|
config SOC
|
||
|
string
|
||
|
default stm32l475xx
|
||
|
|
||
|
config NUM_IRQS
|
||
|
int
|
||
|
default 82
|
||
|
|
||
|
endif # SOC_STM32L475XG
|