Skip to content

Commit

Permalink
bluetooth: BAS: update helper text indentation of BAS Kconfig
Browse files Browse the repository at this point in the history
Fix the indentation issue of BAS KConfig

Signed-off-by: Nithin Ramesh Myliattil <[email protected]>
  • Loading branch information
niym-ot authored and nashif committed Oct 17, 2024
1 parent 2bfc2a3 commit 40a8870
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subsys/bluetooth/services/bas/Kconfig.bas
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ config BT_BAS
config BT_BAS_BLS
bool "Battery Level Status"
help
Enable this option to include Battery Level Status Characteristic.
Enable this option to include Battery Level Status Characteristic.

if BT_BAS_BLS

config BT_BAS_BLS_IDENTIFIER_PRESENT
bool "Battery Level Identifier Present"
help
Enable this option if the Battery Level Identifier is present.
Enable this option if the Battery Level Identifier is present.

config BT_BAS_BLS_BATTERY_LEVEL_PRESENT
bool "Battery Level Present"
help
Enable this option if the Battery Level is present.
Enable this option if the Battery Level is present.

config BT_BAS_BLS_ADDITIONAL_STATUS_PRESENT
bool "Additional Battery Status Present"
help
Enable this option if Additional Battery Status information is present.
Enable this option if Additional Battery Status information is present.
endif

0 comments on commit 40a8870

Please sign in to comment.