After reworking counter driver to use device tree this sample stopped to compile for nordic DKs. Providing overlays to fix the compliation. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
# Config for counter alarm sample
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_SAM0_TC32
|
|
bool
|
|
default y if BOARD_ATSAMD20_XPRO
|
|
|
|
source "Kconfig.zephyr"
|