2021-11-18 17:17:04 +01:00
|
|
|
# Copyright (c) 2021 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
if TEST_KCONFIG
|
|
|
|
|
|
|
|
config MODULE_ESP_RTC_TIMER_32K
|
|
|
|
bool
|
|
|
|
depends on HAS_ESP_RTC_TIMER_32K
|
|
|
|
default y if MODULE_PERIPH_RTC
|
|
|
|
help
|
|
|
|
Use RTC timer with external 32.768 kHz crystal as RTT.
|
|
|
|
|
|
|
|
config MODULE_PERIPH_ADC_CTRL
|
|
|
|
bool
|
|
|
|
depends on HAS_PERIPH_ADC_CTRL
|
|
|
|
default y if MODULE_PERIPH_ADC || MODULE_PERIPH_DAC
|
|
|
|
|
|
|
|
config MODULE_PERIPH_RTT_HW_SYS
|
|
|
|
bool
|
|
|
|
default y if MODULE_PERIPH_RTT
|
|
|
|
|
|
|
|
config MODULE_PERIPH_RTT_HW_RTC
|
|
|
|
bool
|
|
|
|
default y if MODULE_PERIPH_RTT
|
|
|
|
|
2022-02-04 08:23:45 +01:00
|
|
|
config MODULE_ESP_HW_COUNTER
|
|
|
|
bool "Use hardware counter"
|
|
|
|
depends on MODULE_PERIPH_TIMER
|
|
|
|
|
2021-11-18 17:17:04 +01:00
|
|
|
endif # TEST_KCONFIG
|