summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel/disable_skylake_sound.cfg
Commit message (Collapse)AuthorAgeFilesLines
* linux-intel: remove 32 bit specific tweaksAnuj Mittal2022-06-201-7/+0
| | | | | | | We test this kernel only with 64 bit machine types. Make changes to reflect that. intel-core2-32 should be built with linux-yocto kernel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel: remove not supported snd configurationNaveen Saini2020-03-031-5/+0
| | | | | | | | | | | | | | | | Remove snd kernel configurations, which is not supported by linux-intel-lts anymore. Error log: BSP sets config options that are not offered anywhere within this kernel CONFIG_SND_SOC_INTEL_CNL_RT274_MACH CONFIG_SND_SOC_INTEL_CNL_RT700_MACH CONFIG_SND_SOC_INTEL_CNL_CS42L42_MACH CONFIG_SND_SOC_INTEL_CNL_SVFPGA_MACH CONFIG_SND_SOC_INTEL_BXT_TDF8532_MACH Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel: remove obsolete configsAnuj Mittal2018-09-041-2/+0
| | | | | | | Remove invalid kernel configs. These were added for in-review patches in bxt-rebase branch and aren't present upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-201-0/+14
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>