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/telith: Configure Acoustic noise mitigation
[coreboot2.git]
/
src
/
ec
/
google
/
chromeec
/
i2c_tunnel
/
Kconfig
blob
194c648495d6c70c89422568792c626ebf56e617
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if EC_GOOGLE_CHROMEEC
4
5
config EC_GOOGLE_CHROMEEC_I2C_TUNNEL
6
bool
7
depends on HAVE_ACPI_TABLES
8
help
9
This enables the Cros EC I2C tunnel driver that is required to fill the
10
SSDT nodes for the I2C tunnel used by the mainboard.
11
12
endif