1# Config for counter alarm sample 2 3# Copyright (c) 2019 Nordic Semiconductor ASA 4# SPDX-License-Identifier: Apache-2.0 5 6config COUNTER_SAM0_TC32 7 bool 8 default y if BOARD_ATSAMD20_XPRO 9 10source "Kconfig.zephyr" 11