Skip to content

Commit 00b9607

Browse files
committed
app: add os_linux_overlay.conf
Add an OS overlay for Linux. This overlay configures SOF to be used with SOF Linux kernel driver. The overlay modifies Kconfig configuration options to align with requirements of of the Linux driver. Similar overlays may be added later for other OS'es. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent b1ccaba commit 00b9607

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/os_linux_overlay.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Overlay definitions to build SOF firmware for use
3+
# with SOF driver in Linux kernel
4+
#
5+
6+
# SOF Linux driver does not require FW to retain its
7+
# state, so context save can be disabled
8+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n

0 commit comments

Comments
 (0)