aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/sx9324/Kconfig
diff options
context:
space:
mode:
authorEric Lai <ericr_lai@compal.corp-partner.google.com>2020-11-16 15:38:53 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-11-22 22:20:33 +0000
commitf9ed4d20f16facc486b960e0372d7a9dc0490c81 (patch)
tree88c9b691f4f99cd0756b3ef6ed9f91c043a9ecc8 /src/drivers/i2c/sx9324/Kconfig
parentc930c87998c5182059fcdc8adea98779df9ce629 (diff)
drivers/i2c: Add a driver for Semtech SX9324
This adds a new driver for the SX9324 proximity detector device. Follow SX9324 datasheet Rev3. BUG=b:172397658 BRANCH=zork TEST=Test sx9324 is working as expected. Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: Ifd582482728a2f535ed85f6696b2f5a4529ba421 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47640 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/i2c/sx9324/Kconfig')
-rw-r--r--src/drivers/i2c/sx9324/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/i2c/sx9324/Kconfig b/src/drivers/i2c/sx9324/Kconfig
new file mode 100644
index 0000000000..77f6967b7e
--- /dev/null
+++ b/src/drivers/i2c/sx9324/Kconfig
@@ -0,0 +1,6 @@
+config DRIVERS_I2C_SX9324
+ bool
+ default n
+ depends on HAVE_ACPI_TABLES
+ help
+ Board has a Semtech SX9324 proximity sensor.