Skip to content

Commit 0c80862

Browse files
Andy RossMaureenHelm
authored andcommitted
modules: Add Sound Open Firmware module
Add the Sound Open Firmware project as a Zephyr module under modules/audio/sof. Signed-off-by: Andy Ross <[email protected]> Signed-off-by: Anas Nashif <[email protected]>
1 parent 42ef647 commit 0c80862

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

modules/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ source "modules/Kconfig.nuvoton"
2222
source "modules/Kconfig.open-amp"
2323
source "modules/Kconfig.silabs"
2424
source "modules/Kconfig.simplelink"
25+
source "modules/Kconfig.sof"
2526
source "modules/Kconfig.st"
2627
source "modules/Kconfig.stm32"
2728
source "modules/Kconfig.syst"

modules/Kconfig.sof

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (c) 2020 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config SOF
5+
bool "Sound Open Firmware (SOF)"
6+
help
7+
Build Sound Open Firmware (SOF) support.

west.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ manifest:
116116
- name: segger
117117
revision: 38c79a447e4a47d413b4e8d34448316a5cece77c
118118
path: modules/debug/segger
119+
- name: sof
120+
west-commands: zephyr/west/west-commands.yml
121+
revision: 1026dfdb13a3cf65d6a541c05c22a41df93c03d5
122+
path: modules/audio/sof
119123
- name: tinycbor
120124
path: modules/lib/tinycbor
121125
revision: 40daca97b478989884bffb5226e9ab73ca54b8c4

0 commit comments

Comments
 (0)