From c2d08d0da4e9556ee148fd147083c9492b127b38 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Thu, 10 Apr 2025 21:05:29 +0100 Subject: [PATCH] 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 --- zephyr/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zephyr/Kconfig b/zephyr/Kconfig index 0938e942bdb0..983c0f13c71c 100644 --- a/zephyr/Kconfig +++ b/zephyr/Kconfig @@ -1,4 +1,14 @@ if SOF + +config SOF_STAGING + bool "Enable SOF staging features and modules" + default n + help + SOF staging features are not ready for production but are + upstream to enable developers to continue development in order + to bring the feature to production level faster using the + upstream codebase. + rsource "../Kconfig.sof" config SOF_ZEPHYR_HEAP_CACHED