Created
July 10, 2018 04:16
-
-
Save MilhouseVH/81732412ea6560a7dd28b4424810216c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf | |
--- a/projects/Generic/linux/linux.x86_64.conf | |
+++ b/projects/Generic/linux/linux.x86_64.conf | |
@@ -2852,8 +2852,9 @@ | |
# CONFIG_INTEL_SOC_PMIC is not set | |
# CONFIG_INTEL_SOC_PMIC_CHTWC is not set | |
# CONFIG_INTEL_SOC_PMIC_CHTDC_TI is not set | |
+CONFIG_MFD_INTEL_LPSS=y | |
# CONFIG_MFD_INTEL_LPSS_ACPI is not set | |
-# CONFIG_MFD_INTEL_LPSS_PCI is not set | |
+CONFIG_MFD_INTEL_LPSS_PCI=y | |
# CONFIG_MFD_JANZ_CMODIO is not set | |
# CONFIG_MFD_KEMPLD is not set | |
# CONFIG_MFD_88PM800 is not set | |
@@ -3635,6 +3636,7 @@ | |
CONFIG_SND=y | |
CONFIG_SND_TIMER=y | |
CONFIG_SND_PCM=y | |
+CONFIG_SND_PCM_ELD=y | |
CONFIG_SND_HWDEP=m | |
CONFIG_SND_RAWMIDI=m | |
CONFIG_SND_COMPRESS_OFFLOAD=y | |
@@ -3820,6 +3822,7 @@ | |
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM=y | |
# CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI is not set | |
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI=y | |
+CONFIG_SND_SOC_INTEL_SKYLAKE_SSP_CLK=m | |
CONFIG_SND_SOC_INTEL_SKYLAKE=m | |
CONFIG_SND_SOC_ACPI_INTEL_MATCH=y | |
CONFIG_SND_SOC_INTEL_MACH=y | |
@@ -3837,6 +3840,13 @@ | |
CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m | |
CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH=m | |
CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m | |
+# CONFIG_SND_SOC_INTEL_SKL_RT286_MACH is not set | |
+# CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH is not set | |
+# CONFIG_SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH is not set | |
+# CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH is not set | |
+# CONFIG_SND_SOC_INTEL_BXT_RT298_MACH is not set | |
+CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH=m | |
+# CONFIG_SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH is not set | |
# | |
# STMicroelectronics STM32 SOC audio support | |
@@ -3880,10 +3890,12 @@ | |
CONFIG_SND_SOC_DA7213=m | |
CONFIG_SND_SOC_DA7219=m | |
# CONFIG_SND_SOC_DIO2125 is not set | |
+CONFIG_SND_SOC_DMIC=m | |
# CONFIG_SND_SOC_ES7134 is not set | |
CONFIG_SND_SOC_ES8316=m | |
# CONFIG_SND_SOC_ES8328_I2C is not set | |
# CONFIG_SND_SOC_GTM601 is not set | |
+CONFIG_SND_SOC_HDAC_HDMI=m | |
# CONFIG_SND_SOC_INNO_RK3036 is not set | |
CONFIG_SND_SOC_MAX98090=m | |
CONFIG_SND_SOC_MAX98357A=m | |
@@ -3904,6 +3916,7 @@ | |
# CONFIG_SND_SOC_RT5631 is not set | |
CONFIG_SND_SOC_RT5640=m | |
CONFIG_SND_SOC_RT5645=m | |
+CONFIG_SND_SOC_RT5663=m | |
CONFIG_SND_SOC_RT5670=m | |
# CONFIG_SND_SOC_SGTL5000 is not set | |
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment