Skip to content

Commit 3dc72db

Browse files
JordanYatesjhedberg
authored andcommitted
wifi: nrf_wifi: named MAC address choice
Add a name to the "Wi-Fi MAC address type" choice symbol so that the default can be updated on a per-board basis. Signed-off-by: Jordan Yates <[email protected]>
1 parent 0a9f28f commit 3dc72db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ config WIFI_FIXED_MAC_ADDRESS
538538
help
539539
This option overrides the MAC address read from OTP. It is strictly for testing purposes only.
540540

541-
choice
541+
choice WIFI_MAC_ADDRESS
542542
prompt "Wi-Fi MAC address type"
543543
default WIFI_FIXED_MAC_ADDRESS_ENABLED if WIFI_FIXED_MAC_ADDRESS != ""
544544
default WIFI_OTP_MAC_ADDRESS

0 commit comments

Comments
 (0)