From 411364564ac2493fd842ad3f877e5ac0e8c3fed1 Mon Sep 17 00:00:00 2001 From: Vitaly Rodionov Date: Thu, 15 Apr 2021 22:51:48 +0100 Subject: drivers/i2c/cs42l42: Add driver for generating device in SSDT This driver uses the ACPI Device Property interface to generate the required parameters into the _DSD table format expected by the kernel This was tested on the octopus/variants/fleex ainboard to ensure that the SSDT contained the equivalent parameters that are provided by the current DSDT object Signed-off-by: Vitaly Rodionov Change-Id: I7c3145b20a1ba743d91eb64b93cb001db3854c5d Reviewed-on: https://review.coreboot.org/c/coreboot/+/52395 Tested-by: build bot (Jenkins) Reviewed-by: EricR Lai Reviewed-by: Furquan Shaikh --- src/drivers/i2c/cs42l42/Kconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/i2c/cs42l42/Kconfig (limited to 'src/drivers/i2c/cs42l42/Kconfig') diff --git a/src/drivers/i2c/cs42l42/Kconfig b/src/drivers/i2c/cs42l42/Kconfig new file mode 100644 index 0000000000..e9d11ccfe1 --- /dev/null +++ b/src/drivers/i2c/cs42l42/Kconfig @@ -0,0 +1,3 @@ +config DRIVERS_I2C_CS42L42 + bool + depends on HAVE_ACPI_TABLES -- cgit v1.2.3