zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.series

24 lines
486 B
Plaintext

# Cypress Semiconductor PSoC6 series configuration options
# Copyright (c) 2018, Cypress
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_PSOC62
config SOC_SERIES
default "psoc6"
config SOC_PART_NUMBER
default "CY8C6247BZI_D54" if SOC_PART_NUMBER_CY8C6247BZI_D54
config NUM_IRQS
# must be >= the highest interrupt number used
default 40
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 50000000
source "soc/arm/cypress/psoc6/Kconfig.defconfig.psoc*"
endif # SOC_SERIES_PSOC62