blob: ec5207f6971ba0d96addb47ab373bdc66a8125f5 [file] [log] [blame]
# Kconfig - ARM LTD Beetle SoC configuration options
#
# Copyright (c) 2016 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_BEETLE
source "soc/arm/arm/beetle/Kconfig.defconfig.beetle*"
config SOC_SERIES
default "beetle"
config NUM_IRQS
default 45
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 24000000
endif # SOC_SERIES_BEETLE