zephyr/samples/drivers/counter/alarm/Kconfig
Krzysztof Chruscinski a5865949d9 samples: drivers: counter: alarm: Fix nordic DKs
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>
2023-03-27 22:15:15 +00:00

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"