zephyr/arch/arm/soc/arm/beetle/Kconfig.defconfig.beetle_r0

28 lines
365 B
Plaintext

# Kconfig - ARM LTD Beetle SoC configuration options
#
# Copyright (c) 2016 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_BEETLE_R0
config SOC
default beetle_r0
#
# Beetle R0 has one SRAM bank:
# 128K @ 0x20000000
#
config SRAM_SIZE
default 128
#
# Beetle R0 has 256K@0x0 of flash.
#
config FLASH_SIZE
default 256
endif # SOC_BEETLE_R0