Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# Copyright (c) 2017-2021 Linaro Limited
# SPDX-License-Identifier: Apache-2.0

config SOC_SERIES_MPS3
	bool
	select SOC_FAMILY_ARM
	help
	  Enable support for ARM MPS3 MCU Series

config SOC_SERIES
	default "mps3" if SOC_SERIES_MPS3

config SOC_MPS3_AN547
	bool
	select SOC_SERIES_MPS3

config SOC
	default "an547" if SOC_MPS3_AN547