Linux Audio

Check our new training course

Loading...
# 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 SOC_SERIES
	default "efm32hg"

config SOC_PART_NUMBER
	default "EFM32HG322F64" if SOC_PART_NUMBER_EFM32HG322F64

config NUM_IRQS
	# must be >= the highest interrupt number used
	default 20

endif # SOC_SERIES_EFM32HG