1# ARM LTD Beetle SoC configuration options
2
3# Copyright (c) 2016 Linaro Limited
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_SERIES_BEETLE
7	bool
8	select SOC_FAMILY_ARM
9	help
10	  Enable support for Beetle MCU Series
11
12config SOC_BEETLE_R0
13	bool
14	select SOC_SERIES_BEETLE
15	help
16	  ARM BEETLE R0
17
18config SOC_SERIES
19	default "beetle" if SOC_SERIES_BEETLE
20
21config SOC
22	default "beetle_r0" if SOC_BEETLE_R0
23