From 03294a384906b0d710f1b968e11d75b139e2f4a9 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 16 Jul 2020 13:16:21 -0700 Subject: drivers/amd/i2s_machine_dev: Add a driver for AMD I2S machine device This change adds a new driver for AMD I2S machine device. Currently, this device is added as part of `acp_fill_ssdt()` in Picasso, but with addition of this driver, this device can be added just like any other device in the devicetree. BUG=b:157708581 Change-Id: I49d1a867d7941397acca1054632b6ad855a021de Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/c/coreboot/+/43541 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/amd/i2s_machine_dev/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/amd/i2s_machine_dev/Makefile.inc (limited to 'src/drivers/amd/i2s_machine_dev/Makefile.inc') diff --git a/src/drivers/amd/i2s_machine_dev/Makefile.inc b/src/drivers/amd/i2s_machine_dev/Makefile.inc new file mode 100644 index 0000000000..df09f4d016 --- /dev/null +++ b/src/drivers/amd/i2s_machine_dev/Makefile.inc @@ -0,0 +1 @@ +ramstage-$(CONFIG_DRIVERS_AMD_I2S_MACHINE_DEV) += i2s_machine_dev.c -- cgit v1.2.3