1# Nordic Semiconductor nRF54H20 Application MCU 2 3# Copyright (c) 2024 Nordic Semiconductor ASA 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_NRF54H20_CPUAPP 7 8config NUM_IRQS 9 default 471 10 11config NRF_REGTOOL_GENERATE_UICR 12 default y 13 14config SHELL_BACKEND_SERIAL 15 default n if NRF_ETR_SHELL 16 17endif # SOC_NRF54H20_CPUAPP 18