#
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

config UI_LED
	bool
	help
	  Enable LEDs.

config UI_BUZZER
	bool
	select PWM
	help
	  If enabled, a buzzer will be controllable with PWM.


config UI_INPUT
	bool
	select DK_LIBRARY
	help
	  Enable switches and buttons.


config UI_SENSE_LED
	bool "UI Sense LED module"
	help
	  Enables the sense LEDs available on the Thingy:91.
