1# Copyright (c) 2020-2025 Gerson Fernando Budke <nandojve@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_SAM4L_WM400_CAPE 5 6if NETWORKING 7 8config IEEE802154_RF2XX 9 default y 10 depends on IEEE802154 11 12endif # NETWORKING 13 14# By default the board uses BOSSA bootloader and require that to zephyr relocate 15# the code_partition. This should be disabled when using the whole flash without 16# bootloader. 17config USE_DT_CODE_PARTITION 18 default y 19 20source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig" 21 22endif # BOARD_SAM4L_WM400_CAPE 23