From 76a1f49f742df6d1bde38fa36f4b06a193e6e4f5 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Wed, 20 Jun 2018 13:01:45 -0700 Subject: drivers/i2c: Add a driver for Semtech SX9310 This adds a new driver for the SX9310 proximity detector device. The purpose of this is to enable the device's calibration information to be stored in firmware, and then transferred over to the kernel via ACPI. This device has more than 10 individual configuration parameters, so they would not fit in the generic driver's properties table. Change-Id: Id8c434eec9fe2da731e142442503a12e88db2236 Signed-off-by: Enrico Granata Reviewed-on: https://review.coreboot.org/27173 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/drivers/i2c/sx9310/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/i2c/sx9310/Makefile.inc (limited to 'src/drivers/i2c/sx9310/Makefile.inc') diff --git a/src/drivers/i2c/sx9310/Makefile.inc b/src/drivers/i2c/sx9310/Makefile.inc new file mode 100644 index 0000000000..0516df92f7 --- /dev/null +++ b/src/drivers/i2c/sx9310/Makefile.inc @@ -0,0 +1 @@ +ramstage-$(CONFIG_DRIVERS_I2C_SX9310) += sx9310.c -- cgit v1.2.3