esp32s2: samples: counter: add alarm sample support

by adding esp32s2 board-specific config information.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2021-09-01 14:16:14 -03:00 committed by Anas Nashif
commit 2b7c0f4ad6
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,6 @@ config COUNTER_SAM0_TC32
config COUNTER_ESP32
bool
default y if SOC_ESP32
default y if SOC_ESP32 || SOC_ESP32S2
source "Kconfig.zephyr"

View file

@ -0,0 +1 @@
CONFIG_COUNTER_ESP32_TG0_T0=y