Skip to content

Commit

Permalink
audio/Kconfig: Fix Kconfig style
Browse files Browse the repository at this point in the history
Remove spaces from Kconfig
  • Loading branch information
simbit18 authored and pkarashchenko committed Aug 7, 2023
1 parent 4cd916d commit 904266a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ config AUDIO_FORMAT_MP3
Build in support for MP3 Audio format.

config AUDIO_FORMAT_SBC
bool "Bluetooth SubBand Coding"
default y
---help---
Build in support for SBC Audio format.
bool "Bluetooth SubBand Coding"
default y
---help---
Build in support for SBC Audio format.

config AUDIO_FORMAT_MIDI
bool "Midi Format"
Expand Down

0 comments on commit 904266a

Please sign in to comment.