Skip to content

Commit

Permalink
samples: (cosmetic) clean up Kconfig spacing
Browse files Browse the repository at this point in the history
Use consistent TABs and spaces in src/samples/audio/Kconfig

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh committed Jul 16, 2024
1 parent d6c2b5a commit 1f3b74f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/samples/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

menu "Audio component samples"

config SAMPLE_SMART_AMP
tristate "Smart amplifier test component"
default y
help
Select for test smart amplifier component
config SAMPLE_SMART_AMP
tristate "Smart amplifier test component"
default y
help
Select for test smart amplifier component

config SAMPLE_KEYPHRASE
config SAMPLE_KEYPHRASE
depends on CAVS || IMX || ACE
bool "Keyphrase test component"
default y
help
Select for Keyphrase test component.
Provides basic functionality for use in testing of keyphrase detection pipelines.
bool "Keyphrase test component"
default y
help
Select for Keyphrase test component.
Provides basic functionality for use in testing of keyphrase detection pipelines.

config KWD_NN_SAMPLE_KEYPHRASE
depends on IMX
bool "KWD NN Keyphrase test component"
default n
help
Select for KWD NN Keyphrase test component based on neural network.
Provides ML functionality for use in testing of keyphrase detection pipelines.
Use KWD based on NN as alternative to the default KWD component.
Provides neural network as a library.
depends on IMX
bool "KWD NN Keyphrase test component"
default n
help
Select for KWD NN Keyphrase test component based on neural network.
Provides ML functionality for use in testing of keyphrase detection pipelines.
Use KWD based on NN as alternative to the default KWD component.
Provides neural network as a library.
endmenu

0 comments on commit 1f3b74f

Please sign in to comment.