summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/audio_codec/Kconfig
blob: 0df41b0e7e4f9df357b23ead4909c122a254f82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-only

if EC_GOOGLE_CHROMEEC

config EC_GOOGLE_CHROMEEC_AUDIO_CODEC
	bool
	depends on HAVE_ACPI_TABLES
	help
	  This enables the Cros EC audio codec driver that is required to fill the
	  SSDT nodes for the codec device used by the mainboard.

endif