Kconfig 4.2 KB
Newer Older
1 2
config SND_MFLD_MACHINE
	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
3
	depends on INTEL_SCU_IPC
4
	select SND_SOC_SN95031
5
	select SND_SST_MFLD_PLATFORM
6
	select SND_SST_IPC_PCI
7 8 9 10 11 12
	help
          This adds support for ASoC machine driver for Intel(R) MID Medfield platform
          used as alsa device in audio substem in Intel(R) MID devices
          Say Y if you have such a device
          If unsure select "N".

13
config SND_SST_MFLD_PLATFORM
14
	tristate
15
	select SND_SOC_COMPRESS
16

17 18 19
config SND_SST_IPC
	tristate

20 21 22 23
config SND_SST_IPC_PCI
	tristate
	select SND_SST_IPC

V
Vinod Koul 已提交
24 25 26 27 28
config SND_SST_IPC_ACPI
	tristate
	select SND_SST_IPC
	depends on ACPI

29
config SND_SOC_INTEL_SST
30
	tristate
31
	select SND_SOC_INTEL_SST_ACPI if ACPI
32
	depends on (X86 || COMPILE_TEST)
33 34 35 36

config SND_SOC_INTEL_SST_ACPI
	tristate

37 38
config SND_SOC_INTEL_HASWELL
	tristate
39

40 41 42
config SND_SOC_INTEL_BAYTRAIL
	tristate

43
config SND_SOC_INTEL_HASWELL_MACH
44
	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
45
	depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
46
	depends on DW_DMAC_CORE
47
	select SND_SOC_INTEL_SST
48 49 50
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT5640
	help
51
	  This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
52
	  Ultrabook platforms.
53 54
	  Say Y if you have such a device
	  If unsure select "N".
55 56 57

config SND_SOC_INTEL_BYT_RT5640_MACH
	tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
58
	depends on X86_INTEL_LPSS && I2C
59
	depends on DW_DMAC_CORE
60
	select SND_SOC_INTEL_SST
61 62 63 64 65
	select SND_SOC_INTEL_BAYTRAIL
	select SND_SOC_RT5640
	help
	  This adds audio driver for Intel Baytrail platform based boards
	  with the RT5640 audio codec.
66 67 68

config SND_SOC_INTEL_BYT_MAX98090_MACH
	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
69
	depends on X86_INTEL_LPSS && I2C
70
	depends on DW_DMAC_CORE
71
	select SND_SOC_INTEL_SST
72 73 74 75 76
	select SND_SOC_INTEL_BAYTRAIL
	select SND_SOC_MAX98090
	help
	  This adds audio driver for Intel Baytrail platform based boards
	  with the MAX98090 audio codec.
77 78 79

config SND_SOC_INTEL_BROADWELL_MACH
	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
80
	depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
81
		   I2C_DESIGNWARE_PLATFORM
82
	depends on DW_DMAC_CORE
83
	select SND_SOC_INTEL_SST
84 85 86 87 88 89 90
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT286
	help
	  This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
	  Ultrabook platforms.
	  Say Y if you have such a device
	  If unsure select "N".
91 92 93

config SND_SOC_INTEL_BYTCR_RT5640_MACH
	tristate "ASoC Audio DSP Support for MID BYT Platform"
94
	depends on X86 && I2C
95 96 97 98 99 100 101 102
	select SND_SOC_RT5640
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
	help
	  This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
          used as alsa device in audio substem in Intel(R) MID devices
          Say Y if you have such a device
          If unsure select "N".
103 104 105

config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
        tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
106
        depends on X86_INTEL_LPSS && I2C
107 108 109 110 111 112 113 114
        select SND_SOC_RT5670
        select SND_SST_MFLD_PLATFORM
        select SND_SST_IPC_ACPI
        help
          This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
          platforms with RT5672 audio codec.
          Say Y if you have such a device
          If unsure select "N".
115 116

config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
117
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
118
	depends on X86_INTEL_LPSS && I2C
119 120 121 122 123
	select SND_SOC_RT5645
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
	help
	  This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
124
	  platforms with RT5645/5650 audio codec.
125
	  If unsure select "N".
126 127 128

config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
	tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
129
	depends on X86_INTEL_LPSS && I2C
130 131 132 133 134 135 136 137
	select SND_SOC_MAX98090
	select SND_SOC_TS3A227E
	select SND_SST_MFLD_PLATFORM
	select SND_SST_IPC_ACPI
	help
      This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
      platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
      If unsure select "N".
138 139 140 141

config SND_SOC_INTEL_SKYLAKE
	tristate
	select SND_HDA_EXT_CORE
142
	select SND_SOC_INTEL_SST