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>
8 lines
206 B
Text
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"
|