-
CONFIG_SLIP_MAC_ADDR
¶
MAC address for the interface
Type: string
Help¶
Specify a MAC address for the SLIP interface in the form of six hex 8-bit chars separated by colons (e.g.: aa:33:cc:22:e2:c0). The default is an empty string, which means the code will make 00:00:5E:00:53:XX, where XX will be random.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At drivers/net/Kconfig:49
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:20
Menu path: (top menu) → Device Drivers → SLIP driver
config SLIP_MAC_ADDR string prompt "MAC address for the interface" ifSLIP
depends onSLIP
help Specify a MAC address for the SLIP interface in the form of six hex 8-bit chars separated by colons (e.g.: aa:33:cc:22:e2:c0). The default is an empty string, which means the code will make 00:00:5E:00:53:XX, where XX will be random.
(Definitions include propagated dependencies, including from if’s and menus.)