summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/audio_codec/Kconfig
blob: 148a7a8d9670ba544d3a213c2ad3335650c49cdc (plain)
1
2
3
4
5
6
7
8
9
10
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