zephyr/tests/arch/arm/arm_custom_interrupt/Kconfig
Corey Wharton 0fdb50b869 tests: arch: arm: add new test for custom interrupt control on Cortex-M
Adds a new test for ARM Cortex-M architectures with the
CONFIG_ARM_CUSTOM_INTERRUPT_CONTROLLER option enabled.

Signed-off-by: Corey Wharton <xodus7@cwharton.com>
2023-11-09 11:20:01 +01:00

13 lines
275 B
Text

# Private config options for test
# Copyright Meta Platforms, Inc. and its affiliates.
# SPDX-License-Identifier: Apache-2.0
mainmenu "Custom interrupt test"
source "Kconfig.zephyr"
config ENABLE_CUSTOM_INTERRUPTS
bool
default y
select ARM_CUSTOM_INTERRUPT_CONTROLLER