Skip to content

Commit bcc2a2c

Browse files
lrgirdwolgirdwood
authored andcommitted
kconfig: staging: add support for SOF staging features
Add a top level Kconfig to enable large non production staging quality features to be developed upstream whilst living alongside production code. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 3ac35b0 commit bcc2a2c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

zephyr/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
if SOF
2+
3+
config SOF_STAGING
4+
bool "Enable SOF staging features and modules"
5+
default n
6+
help
7+
SOF staging features are not ready for production but are
8+
upstream to enable developers to continue development in order
9+
to bring the feature to production level faster using the
10+
upstream codebase.
11+
212
rsource "../Kconfig.sof"
313

414
config SOF_ZEPHYR_HEAP_CACHED

0 commit comments

Comments
 (0)