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>
13 lines
275 B
Text
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
|