Skip to content

Commit d1f696a

Browse files
committed
zephyr: remove unnecessary Kconfig defaults
Remove unnecessary 'n' defaults in sof/zephyr Kconfig. This doesn't affect any current build as 'n' is the default if not set otherwise. By removing the unconditional defaults, it becomes possible to set defaults later in board/family specific Kconfig.defconfig files. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 1916a28 commit d1f696a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

zephyr/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ if SOF
22

33
config SOF_STAGING
44
bool "Enable SOF staging features and modules"
5-
default n
65
help
76
SOF staging features are not ready for production but are
87
upstream to enable developers to continue development in order
@@ -13,7 +12,6 @@ rsource "../Kconfig.sof"
1312

1413
config SOF_USERSPACE
1514
bool "Enable SOF support for userspace modules"
16-
default n
1715
help
1816
SOF userspace modules support will enable modules to run in DP
1917
processing mode as userspace code and data. This feature is WIP
@@ -22,7 +20,6 @@ config SOF_USERSPACE
2220
config SOF_ZEPHYR_HEAP_CACHED
2321
bool "Cached Zephyr heap for SOF memory non-shared zones"
2422
default y if CAVS || ACE
25-
default n
2623
help
2724
Enable cached heap by mapping cached SOF memory zones to different
2825
Zephyr sys_heap objects and enable caching for non-shared zones.
@@ -81,7 +78,6 @@ config SOF_ZEPHYR_USERSPACE_MODULE_HEAP_SIZE
8178

8279
config ZEPHYR_NATIVE_DRIVERS
8380
bool "Use Zephyr native drivers"
84-
default n
8581
help
8682
Enable Zephyr native api drivers for host and dai audio components
8783
host-zephyr
@@ -113,7 +109,6 @@ config PIPELINE_2_0
113109
config ZEPHYR_DP_SCHEDULER
114110
bool "use Zephyr thread based DP scheduler"
115111
default y if ACE
116-
default n
117112
depends on IPC_MAJOR_4
118113
depends on ZEPHYR_SOF_MODULE
119114
depends on ACE
@@ -155,7 +150,6 @@ config SOF_ZEPHYR_NO_SOF_CLOCK
155150
config VIRTUAL_HEAP
156151
bool "Use virtual memory heap to allocate a buffers"
157152
default y if ACE
158-
default n
159153
depends on ACE
160154
help
161155
Enabling this option will use the virtual memory heap allocator to allocate buffers.

0 commit comments

Comments
 (0)