9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
# 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"
|