15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
|
|
||
|
# Kconfig - Config for counter alarm sample
|
||
|
#
|
||
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
|
||
|
config COUNTER_RTC0
|
||
|
bool
|
||
|
default y if SOC_FAMILY_NRF
|
||
|
|
||
|
source "Kconfig.zephyr"
|