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>
5 lines
136 B
Plaintext
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"
|