mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / ec / google / chromeec / audio_codec / Kconfig
blob0df41b0e7e4f9df357b23ead4909c122a254f82f
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if EC_GOOGLE_CHROMEEC
5 config EC_GOOGLE_CHROMEEC_AUDIO_CODEC
6         bool
7         depends on HAVE_ACPI_TABLES
8         help
9           This enables the Cros EC audio codec driver that is required to fill the
10           SSDT nodes for the codec device used by the mainboard.
12 endif