From 33b0f15434a40527e1e5278a63e91465ef4c7617 Mon Sep 17 00:00:00 2001 From: Anil Kumar Date: Mon, 12 Oct 2020 11:39:15 -0700 Subject: drivers/soundwire/alc711: Add Realtek ALC711 soundwire device Bug=None Test=Enabled the device on TGLY RVP and tested that the codec is reflected in SSDT. Checked sound card binding works and soundwire drivers are enabled in kernel. Signed-off-by: Anil Kumar Change-Id: Ia7358927fe8531e609ebe070bef259a2bbc09093 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46303 Tested-by: build bot (Jenkins) Reviewed-by: Sathyanarayana Nujella Reviewed-by: Duncan Laurie --- src/drivers/soundwire/alc711/Kconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/drivers/soundwire/alc711/Kconfig (limited to 'src/drivers/soundwire/alc711/Kconfig') diff --git a/src/drivers/soundwire/alc711/Kconfig b/src/drivers/soundwire/alc711/Kconfig new file mode 100644 index 0000000000..bdc02a9324 --- /dev/null +++ b/src/drivers/soundwire/alc711/Kconfig @@ -0,0 +1,2 @@ +config DRIVERS_SOUNDWIRE_ALC711 + bool -- cgit v1.2.3