# SPDX-License-Identifier: BSD-3-Clause

config COMP_TEMPLATE
	tristate "Template example component"
	default y
	help
	  Select for template component. Reason for existence
	  is to provide a minimal component example and use as
	  placeholder in processing pipelines. As example processing
	  it swaps or reverses the channels when the switch control
	  is enabled.
