Removes re-defining some Kconfigs that are already defined e.g. in arch Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
14 lines
263 B
Text
14 lines
263 B
Text
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_EFM32GG12B
|
|
|
|
config NUM_IRQS
|
|
# must be >= the highest interrupt number used
|
|
default 68
|
|
|
|
config GPIO_GECKO
|
|
default y
|
|
depends on GPIO || LOG_BACKEND_SWO
|
|
|
|
endif
|