zephyr/tests/drivers/interrupt_controller/multi_level_backend/prj.conf
Yong Cong Sin 4a49a88348 tests: drivers: intc: verify registration of controllers
Test the registration of interrupt controller with the
intc_table and verify that thru the sw_isr_table APIs.

Verified registration with all 3 interrupt levels.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-25 11:24:32 +03:00

12 lines
336 B
Text

# Copyright (c) 2024 Meta
# SPDX-License-Identifier: Apache-2.0
CONFIG_ZTEST=y
CONFIG_MAX_IRQ_PER_AGGREGATOR=64
CONFIG_2ND_LEVEL_INTERRUPT_BITS=9
CONFIG_NUM_2ND_LEVEL_AGGREGATORS=2
CONFIG_3RD_LEVEL_INTERRUPTS=y
CONFIG_NUM_3RD_LEVEL_AGGREGATORS=2
# Uncomment the following to dump the contents of intc_table
# CONFIG_DUMP_INTC_TABLE=y