zephyr/tests/arch/arm/arm_irq_vector_table/Kconfig
Ioannis Glaropoulos 14797354c4 tests: kernel: move arm-specific kernel tests under tests/arch/arm
This commit moves the arm-specific tests in 'tests/arch/arm'
subdirectory.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-07-09 09:53:44 -07:00

8 lines
163 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
config NUM_IRQS
int "Number of IRQs for this test, made overridable in the .conf file"
default 3
source "Kconfig.zephyr"