summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/max98396/Kconfig
diff options
context:
space:
mode:
authorEric Lai <eric_lai@quanta.corp-partner.google.com>2022-07-28 10:17:54 +0800
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-08-17 19:42:29 +0000
commit201928b9eb60b0f42b9fa66645829b75b98b6e3e (patch)
tree8da8e0395f29b94785662723a76ff2deb062104d /src/drivers/i2c/max98396/Kconfig
parent478c71e25ba514096315b4c927dab0849c76a0ba (diff)
drivers/i2c: add MAX98396 driver
Add MAX98396 support. BUG=b:232606045 TEST=build passed. Signed-off-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Change-Id: I835b51ea1fcc9363992d43a625f80cb545802fc6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66217 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/drivers/i2c/max98396/Kconfig')
-rw-r--r--src/drivers/i2c/max98396/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/i2c/max98396/Kconfig b/src/drivers/i2c/max98396/Kconfig
new file mode 100644
index 0000000000..59f418f9e1
--- /dev/null
+++ b/src/drivers/i2c/max98396/Kconfig
@@ -0,0 +1,3 @@
+config DRIVERS_I2C_MAX98396
+ bool "Enable AMP MAX98396"
+ depends on HAVE_ACPI_TABLES