1# Private config options for test
2
3# Copyright Meta Platforms, Inc. and its affiliates.
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "Custom interrupt test"
7
8source "Kconfig.zephyr"
9
10config ENABLE_CUSTOM_INTERRUPTS
11	bool
12	default y
13	select ARM_CUSTOM_INTERRUPT_CONTROLLER
14