1# Copyright (c) 2024 Meta
2# SPDX-License-Identifier: Apache-2.0
3
4CONFIG_ZTEST=y
5CONFIG_MAX_IRQ_PER_AGGREGATOR=64
6CONFIG_2ND_LEVEL_INTERRUPT_BITS=9
7CONFIG_NUM_2ND_LEVEL_AGGREGATORS=2
8CONFIG_3RD_LEVEL_INTERRUPTS=y
9CONFIG_NUM_3RD_LEVEL_AGGREGATORS=2
10
11# Uncomment the following to dump the contents of intc_table
12# CONFIG_DUMP_INTC_TABLE=y
13