1# Cypress PSoC6 CM4 platform configuration options 2 3# Copyright (c) 2018, Cypress 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_PSOC6_M4 7 8config SOC 9 default "psoc6_m4" 10 11config NUM_IRQS 12 default 147 13 14endif # SOC_PSOC6_M4 15