1# Copyright (c) 2024 Nordic Semiconductor 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_NRF54H20_GENERATE_BICR 5 bool "Generate nRF54H20 BICR file" 6 depends on SOC_NRF54H20_CPUAPP 7 default y 8 help 9 This option generates a BICR file for the board being used. Board 10 directory must contain a "bicr.json" file for this option to work. 11