1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4source "Kconfig.zephyr"
5
6mainmenu "LVGL Sample"
7
8config RESET_COUNTER_SW0
9 bool "Reset counter when sw0 is pressed"
10 depends on $(dt_alias_enabled,sw0)
11 select GPIO
12 default y
13