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/Kconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/amd/i2s_machine_dev/Kconfig (limited to 'src/drivers/amd/i2s_machine_dev/Kconfig') diff --git a/src/drivers/amd/i2s_machine_dev/Kconfig b/src/drivers/amd/i2s_machine_dev/Kconfig new file mode 100644 index 0000000000..c9dabf7b82 --- /dev/null +++ b/src/drivers/amd/i2s_machine_dev/Kconfig @@ -0,0 +1,3 @@ +config DRIVERS_AMD_I2S_MACHINE_DEV + bool + depends on HAVE_ACPI_TABLES -- cgit v1.2.3