@@ -41,7 +41,6 @@ config HOST_DMA_RELOAD_THRESHOLD
4141config HOST_DMA_STREAM_SYNCHRONIZATION
4242 bool "Stream DMA Transfers Synchronization"
4343 default y if ACE
44- default n
4544 help
4645 Enable synchronized Firmware Pointer Increment (FPI) register updates of HD-A gateways
4746 belonging to a group defined by the driver. The driver may also specify an update period
@@ -50,7 +49,6 @@ config HOST_DMA_STREAM_SYNCHRONIZATION
5049
5150config COMP_CHAIN_DMA
5251 bool "Chain DMA component"
53- default n
5452 depends on IPC_MAJOR_4
5553 depends on DMA_INTEL_ADSP_HDA
5654 help
@@ -100,7 +98,6 @@ rsource "src/Kconfig"
10098
10199config COMP_STUBS
102100 bool "Build all selected third-party (3P) components with stubs"
103- default n
104101 help
105102 Select to force all 3P blocks to link against stubs rather than their libraries. This
106103 should only be used in testing environments like fuzzers or CI.
@@ -111,7 +108,6 @@ rsource "eq_iir/Kconfig"
111108
112109config COMP_TONE
113110 bool "Tone component"
114- default n
115111 select CORDIC_FIXED
116112 help
117113 Select for Tone component.
@@ -190,7 +186,6 @@ menu "Data formats"
190186
191187config FORMAT_U8
192188 bool "Support U8"
193- default n
194189 help
195190 Support unsigned 8 bit processing data format
196191
@@ -218,7 +213,6 @@ config FORMAT_S24LE
218213
219214config FORMAT_S24_3LE
220215 bool "Support S24_3LE"
221- default n
222216 help
223217 Support packed 24 bit processing data format with sign and in little endian format
224218
@@ -248,7 +242,6 @@ config FORMAT_CONVERT_HIFI3
248242
249243config PCM_CONVERTER_FORMAT_U8
250244 bool "Support U8"
251- default n
252245 help
253246 Support 8 bit processing data format without sign
254247
@@ -284,7 +277,6 @@ config PCM_CONVERTER_FORMAT_S24_4LE_MSB
284277
285278config PCM_CONVERTER_FORMAT_S24_3LE
286279 bool "Support S24_3LE"
287- default n
288280 help
289281 Support packed 24 bit processing data format with sign and in little endian format
290282
@@ -309,42 +301,36 @@ config PCM_CONVERTER_FORMAT_FLOAT
309301
310302config PCM_CONVERTER_FORMAT_S16_C16_AND_S16_C32
311303 bool "Support S16C16 <-> S16C32"
312- default n
313304 help
314305 Support conversion between 16 bit valid sample size in 16 bit container
315306 and 16 bit valid sample size in 32 bit container
316307
317308config PCM_CONVERTER_FORMAT_S16_C32_AND_S32_C32
318309 bool "Support S16C32 <-> S32C32"
319- default n
320310 help
321311 Support conversion between 16 bit valid sample size in 32 bit container
322312 and 32 bit valid sample size in 32 bit container
323313
324314config PCM_CONVERTER_FORMAT_S16_C32_AND_S24_C32
325315 bool "Support S16C32 <-> S24C32"
326- default n
327316 help
328317 Support conversion between 16 bit valid sample size in 32 bit container
329318 and 24 bit valid sample size in 32 bit container
330319
331320config PCM_CONVERTER_FORMAT_S24_C24_AND_S24_C32
332321 bool "Support S24C24 <-> S24C32"
333- default n
334322 help
335323 Support conversion between 24 bit valid sample size in 24 bit container
336324 and 24 bit valid sample size in 32 bit container
337325
338326config PCM_CONVERTER_FORMAT_S24_C32_AND_S24_C24
339327 bool "Support S24C32 <-> S24C24"
340- default n
341328 help
342329 Support conversion between 24 bit valid sample size in 32 bit container
343330 and 24 bit valid sample size in 24 bit container
344331
345332config PCM_CONVERTER_FORMAT_S16_C32_AND_S16_C32
346333 bool "Support S16C32 <-> S16C32"
347- default n
348334 help
349335 Support one-to-one copying conversion for 16 bit valid sample size in
350336 32 bit container
@@ -373,7 +359,6 @@ config TRACE_CHANNEL
373359
374360config WRAP_ACTUAL_POSITION
375361 bool "Buffer wrapping"
376- default n
377362 help
378363 This option is to update the actual position information on wrap of buffer.
379364 It is not necessary that on wrap, the buffer position would be zero.At wrap,
@@ -382,20 +367,17 @@ config WRAP_ACTUAL_POSITION
382367
383368config COMP_MODULE_SHARED_LIBRARY_BUILD
384369 bool "Build SOF modules as shared libraries"
385- default n
386370 help
387371 Select if you want to build modules as shared objects that can be used to run
388372 pipelines on the host with the testbench or the ALSA plugin.
389373
390374config DISABLE_DESCRIPTOR_SPLIT
391375 bool "Disable descriptor split"
392- default n
393376 help
394377 This option disbale the descriptor split for host p-table.
395378
396379config DAI_VERBOSE_GLITCH_WARNINGS
397380 bool "Enable additional checks and warnings for DAI data flow"
398- default n
399381 help
400382 Select if you want to enable additional checks and warning logs for
401383 DAI data flow. If DAI copy is called with no data to process,
0 commit comments