1# Copyright (c) 2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_NRF54L09PDK_NRF54L09_CPUAPP 5 6config BT_CTLR 7 default BT 8 9config ROM_START_OFFSET 10 default 0x800 if BOOTLOADER_MCUBOOT 11 12config SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE 13 default y 14 15endif # BOARD_NRF54L09PDK_NRF54L09_CPUAPP 16