1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2024 Meta Platforms
3
4config TEST_MULTILEVEL_IRQ
5	bool "Build the tests in multilevel_irq.c"
6	depends on MULTI_LEVEL_INTERRUPTS
7
8source "Kconfig.zephyr"
9