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>
12 lines
336 B
Text
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
|