Skip to content

Commit 6063890

Browse files
committed
zboss: name some unnamed Kconfig options
Make sure all choices under `ZIGBEE` have a name. Signed-off-by: Eduardo Montoya <[email protected]>
1 parent 837f9c0 commit 6063890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zboss/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ config ZIGBEE_LIBRARY_DEVELOPMENT
3636
endchoice # ZIGBEE_LIBRARY_TYPE
3737

3838
# Add a menu option to switch between platform designs.
39-
choice
39+
choice ZIGBEE_LIBRARY_PLATFORM
4040
prompt "Zigbee platform design"
4141
default ZIGBEE_LIBRARY_SOC
4242

@@ -54,7 +54,7 @@ config ZIGBEE_LIBRARY_NCP_DEV
5454
endchoice
5555

5656
# Add a menu option to switch between subsets of Zigbee Green Power features.
57-
choice
57+
choice ZIGBEE_GP_FEATURES
5858
prompt "Zigbee Green Power feature set configuration"
5959
default ZIGBEE_GP_PB
6060

0 commit comments

Comments
 (0)