soundwire: intel: Add Intel Master driver
[linux-2.6-microblaze.git] / drivers / soundwire / Kconfig
index 534e255..08aad9f 100644 (file)
@@ -22,4 +22,15 @@ config SOUNDWIRE_BUS
 config SOUNDWIRE_CADENCE
        tristate
 
+config SOUNDWIRE_INTEL
+       tristate "Intel SoundWire Master driver"
+       select SOUNDWIRE_CADENCE
+       select SOUNDWIRE_BUS
+       depends on X86 && ACPI
+       ---help---
+         SoundWire Intel Master driver.
+         If you have an Intel platform which has a SoundWire Master then
+         enable this config option to get the SoundWire support for that
+         device.
+
 endif