1# SPDX-License-Identifier: Apache-2.0
2
3config NUM_IRQS
4	int "Number of IRQs for this test, made overridable in the .conf file"
5	default 3
6
7source "Kconfig.zephyr"
8