zephyr/tests/kernel/interrupt/Kconfig
Yong Cong Sin 091d70de6b tests: kernel: interrupt: multilevel: test APIs with devicetree
Test multilevel-irq APIs with interrupt number generated from
the devicetree to make sure that they work in sync.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-10-02 10:08:19 +02:00

8 lines
206 B
Text

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024 Meta Platforms
config TEST_MULTILEVEL_IRQ
bool "Build the tests in multilevel_irq.c"
depends on MULTI_LEVEL_INTERRUPTS
source "Kconfig.zephyr"