blob: a4f6baf0f5ce10b3b4361bf2bfa7a6ea1debfbf7 [file] [log] [blame]
# Kconfig - Atmel SAM3X MCU series configuration options
#
# Copyright (c) 2017 Justin Watson
# Copyright (c) 2016 Intel Corporation.
# Copyright (c) 2014-2015 Wind River Systems, Inc.
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_SAM3X
config SOC_SERIES
string
default "sam3x"
config SOC_PART_NUMBER
string
default "sam3x8e" if SOC_PART_NUMBER_SAM3X8E
#
# SAM3 family has total 45 peripherals capable of
# generating interrupts.
#
config NUM_IRQS
int
default 45
config SYS_CLOCK_HW_CYCLES_PER_SEC
int
default 84000000
endif # SOC_SERIES_SAM3X