From c14a99fedac6d054f958ab86bf68c8ae3966e9fe Mon Sep 17 00:00:00 2001 From: "N, Harshapriya" Date: Mon, 27 Nov 2017 15:38:53 -0800 Subject: drivers/i2c/max98373: Add driver for generating device in SSDT Add a device driver to generate the device and required properties into the SSDT for max98373. TEST=verified SSDT contained relevant params BUG=None Change-Id: Id45f74e52855f4b19276e1d3d673d5448207ef4b Signed-off-by: Sathyanarayana Nujella Signed-off-by: N, Harshapriya Reviewed-on: https://review.coreboot.org/22673 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/i2c/max98373/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/drivers/i2c/max98373/Kconfig (limited to 'src/drivers/i2c/max98373/Kconfig') diff --git a/src/drivers/i2c/max98373/Kconfig b/src/drivers/i2c/max98373/Kconfig new file mode 100644 index 0000000000..fe1473e1ad --- /dev/null +++ b/src/drivers/i2c/max98373/Kconfig @@ -0,0 +1,4 @@ +config DRIVERS_I2C_MAX98373 + bool + default n + depends on HAVE_ACPI_TABLES -- cgit v1.2.3