soc/intel/cannonlake: Enable HDA driver support
This patch selects common HDA driver and adds audio controller device id to enable audio on coffee lake platforms. BUG= None TEST= boot to yocto linux and windows os on CFL RVP11 & RVP8, verified audio functionalities. Change-Id: I4a60a4d7d8babcd0c14664a304ca81d47c668a6c Signed-off-by: Praveen hodagatta pranesh <praveenx.hodagatta.pranesh@intel.com> Reviewed-on: https://review.coreboot.org/29145 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4ebf9d359d
commit
dc4fceb59a
|
@ -62,6 +62,7 @@ config CPU_SPECIFIC_OPTIONS
|
||||||
select SOC_INTEL_COMMON_BLOCK_CPU
|
select SOC_INTEL_COMMON_BLOCK_CPU
|
||||||
select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
|
select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
|
||||||
select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
|
select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
|
||||||
|
select SOC_INTEL_COMMON_BLOCK_HDA
|
||||||
select SOC_INTEL_COMMON_BLOCK_SA
|
select SOC_INTEL_COMMON_BLOCK_SA
|
||||||
select SOC_INTEL_COMMON_BLOCK_SMM
|
select SOC_INTEL_COMMON_BLOCK_SMM
|
||||||
select SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP
|
select SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP
|
||||||
|
|
|
@ -75,6 +75,7 @@ static const unsigned short pci_device_ids[] = {
|
||||||
PCI_DEVICE_ID_INTEL_SKL_AUDIO,
|
PCI_DEVICE_ID_INTEL_SKL_AUDIO,
|
||||||
PCI_DEVICE_ID_INTEL_KBL_AUDIO,
|
PCI_DEVICE_ID_INTEL_KBL_AUDIO,
|
||||||
PCI_DEVICE_ID_INTEL_CNL_AUDIO,
|
PCI_DEVICE_ID_INTEL_CNL_AUDIO,
|
||||||
|
PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue