zephyr/samples/drivers/counter/alarm/Kconfig
Glauber Maroto Ferreira c344d0d74d esp32: drivers: counter: add support for general-purpose counters
Adds support for ESP32 general-purpose Counters

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
2021-03-03 13:02:02 +01:00

19 lines
318 B
Plaintext

# 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
config COUNTER_SAM0_TC32
bool
default y if BOARD_ATSAMD20_XPRO
config COUNTER_ESP32
bool
default y if SOC_ESP32
source "Kconfig.zephyr"