soundwire: Add generic bandwidth allocation algorithm
[linux-2.6-microblaze.git] / drivers / soundwire / Kconfig
index f83d02c..016e742 100644 (file)
@@ -24,6 +24,7 @@ config SOUNDWIRE_CADENCE
 config SOUNDWIRE_INTEL
        tristate "Intel SoundWire Master driver"
        select SOUNDWIRE_CADENCE
+       select SOUNDWIRE_GENERIC_ALLOCATION
        depends on ACPI && SND_SOC
        help
          SoundWire Intel Master driver.
@@ -40,4 +41,8 @@ config SOUNDWIRE_QCOM
          If you have an Qualcomm platform which has a SoundWire Master then
          enable this config option to get the SoundWire support for that
          device
+
+config SOUNDWIRE_GENERIC_ALLOCATION
+       tristate
+
 endif