1# Copyright (c) 2024 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_SIWG917 5 6config NUM_IRQS 7 default 99 8 9config BUILD_OUTPUT_HEX 10 default y 11 12endif 13