repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git]
/
src
/
ec
/
google
/
chromeec
/
audio_codec
/
Kconfig
blob
0df41b0e7e4f9df357b23ead4909c122a254f82f
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if EC_GOOGLE_CHROMEEC
4
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.
11
12
endif