zephyr/soc/arm/beetle/Kconfig.soc

23 lines
404 B
Plaintext

# ARM LTD Beetle SoC configuration options
# Copyright (c) 2016 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_BEETLE
bool
select SOC_FAMILY_ARM
help
Enable support for Beetle MCU Series
config SOC_BEETLE_R0
bool
select SOC_SERIES_BEETLE
help
ARM BEETLE R0
config SOC_SERIES
default "beetle" if SOC_SERIES_BEETLE
config SOC
default "beetle_r0" if SOC_BEETLE_R0