Commit Graph

4 Commits

Author SHA1 Message Date
Chao Song c973358957 overlays: add common/debug_overlay.conf for debug build
The debug_overlay.conf is somehow missing from #5792,
add it in this patch.

Signed-off-by: Chao Song <chao.song@linux.intel.com>
2022-05-14 11:35:13 +01:00
Ranjani Sridharan d1db144e1b overlays: tgl: Add DMIC_NHLT
INTEL_DMIC_NHLT should be chosen for IPC4 for TGL.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-05-13 13:02:59 +01:00
Iris Wu 8ebb7478b8 overlays:tgl: Configure format converter for IPC4
Enable format converters when building tgl firmware with Zephyr
and IPC4.

Signed-off-by: Iris Wu <xiaoyun.wu@intel.com>
2022-03-23 14:27:55 +00:00
Andrey Borisovich ce3264a507 platform: Move configuration from Zephyr to SOF
Move software configuration from Zephyr samples directory
to SOF platforms directory using Zephyr overlay mechanism.
How it works:
1. Gets zephyr board defconfig values
2. Applies Zephyr samples prj.conf values on top of it
3. Then applies our new overlay.conf on top of it
4. Final "summary" of Kconfig settings is written to autoconf.h header

Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
2022-03-18 16:14:19 +00:00