Kconfig 1023 字节
Newer Older
1
config SND_SST_ATOM_HIFI2_PLATFORM
2
	tristate
3
	select SND_SOC_COMPRESS
4

5 6 7
config SND_SST_IPC
	tristate

8 9 10 11
config SND_SST_IPC_PCI
	tristate
	select SND_SST_IPC

V
Vinod Koul 已提交
12 13 14
config SND_SST_IPC_ACPI
	tristate
	select SND_SST_IPC
15
	select SND_SOC_INTEL_SST
16
	select IOSF_MBI
V
Vinod Koul 已提交
17

18 19 20
config SND_SOC_INTEL_COMMON
	tristate

21
config SND_SOC_INTEL_SST
22
	tristate
23
	select SND_SOC_INTEL_COMMON
24
	select SND_SOC_INTEL_SST_ACPI if ACPI
25
	select SND_SOC_ACPI_INTEL_MATCH if ACPI
26

27 28
config SND_SOC_INTEL_SST_FIRMWARE
	tristate
29
	select DW_DMAC_CORE
30

31 32 33
config SND_SOC_INTEL_SST_ACPI
	tristate

34
config SND_SOC_ACPI_INTEL_MATCH
35
	tristate
36
	select SND_SOC_ACPI if ACPI
37

38 39
config SND_SOC_INTEL_HASWELL
	tristate
40
	select SND_SOC_INTEL_SST
41
	select SND_SOC_INTEL_SST_FIRMWARE
42

43 44
config SND_SOC_INTEL_BAYTRAIL
	tristate
45 46
	select SND_SOC_INTEL_SST
	select SND_SOC_INTEL_SST_FIRMWARE
47

48 49 50
config SND_SOC_INTEL_SKYLAKE
	tristate
	select SND_HDA_EXT_CORE
51
	select SND_HDA_DSP_LOADER
52
	select SND_SOC_TOPOLOGY
53
	select SND_SOC_INTEL_SST
54

55 56
# ASoC codec drivers
source "sound/soc/intel/boards/Kconfig"