zephyr/tests/kernel/arm_irq_vector_table/Kconfig
Carles Cufi bb631076f6 tests: arm: irq_vector_table: Fix Kconfig override
Since on ARM CONFIG_NUM_IRQS option has no prompt, it cannot be properly
overridden by a prj.conf fragment. Instead make it have a prompt for
this particular test to be able to override it properly.

Fixes #8200

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-06-06 15:23:07 -04:00

5 lines
136 B
Plaintext

config NUM_IRQS
int "Number of IRQs for this test, made overridable in the .conf file"
default 3
source "$ZEPHYR_BASE/Kconfig.zephyr"