14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
# EFM32HG series configuration options
|
|
|
|
# Copyright (c) 2018 Christian Taedcke
|
|
# Copyright (c) 2018 Marcio Montenegro
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_EFM32HG
|
|
|
|
config NUM_IRQS
|
|
# must be >= the highest interrupt number used
|
|
default 20
|
|
|
|
endif # SOC_SERIES_EFM32HG
|