1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4source "Kconfig.zephyr"
5
6config I2C
7	default $(dt_compat_on_bus,$(DT_COMPAT_WOLFSON_WM8731),i2c)
8
9config TOGGLE_ECHO_EFFECT_SW0
10	bool "Toggle echo effect when pressing sw0"
11	depends on $(dt_alias_enabled,sw0)
12	select GPIO
13	default y
14
15config STOP_START_STREAMS_SW1
16	bool "Start/stop I2S streams when pressing sw1"
17	depends on $(dt_alias_enabled,sw1)
18	select GPIO
19	default y
20