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