aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/audio_codec/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/google/chromeec/audio_codec/Kconfig')
-rw-r--r--src/ec/google/chromeec/audio_codec/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/audio_codec/Kconfig b/src/ec/google/chromeec/audio_codec/Kconfig
new file mode 100644
index 0000000000..148a7a8d96
--- /dev/null
+++ b/src/ec/google/chromeec/audio_codec/Kconfig
@@ -0,0 +1,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