diff options
author | Neil Armstrong | 2021-11-22 12:07:10 +0100 |
---|---|---|
committer | Neil Armstrong | 2022-01-07 10:11:12 +0100 |
commit | ede1f4f29712869b82a987b0c460ac2e321258b2 (patch) | |
tree | 12d353e4989787f3fb515c8b17335c350bd0cd60 /configs/bananapi-m5_defconfig | |
parent | c00c147dae51f06e012841371f9baffb4b9dc1b3 (diff) |
configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR when unnecessary
On Meson GXL, GXM, AXG, G12A, G12B & SM1 SoCs, we can generate an unique
MAC address if none valid found in the eFuses storage.
Only the GXBB based boards doesn't have a fallback way to generate an
unique MAC address, so we rely on CONFIG_NET_RANDOM_ETHADDR to have
a valid one.
An exception is the Radxa Zero board who doesn't have Ethernet on board
so depends on an (or multiple) eventual USB adapters, so leaving the
CONFIG_NET_RANDOM_ETHADDR configs seems safer.
Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Vyacheslav Bocharov <adeep@lexina.in>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20211122110710.1038893-1-narmstrong@baylibre.com
Diffstat (limited to 'configs/bananapi-m5_defconfig')
-rw-r--r-- | configs/bananapi-m5_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/bananapi-m5_defconfig b/configs/bananapi-m5_defconfig index 7ca14a5f6af..4bf81b2faa2 100644 --- a/configs/bananapi-m5_defconfig +++ b/configs/bananapi-m5_defconfig @@ -25,7 +25,6 @@ CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_REGULATOR=y CONFIG_OF_CONTROL=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y -CONFIG_NET_RANDOM_ETHADDR=y CONFIG_ADC=y CONFIG_SARADC_MESON=y CONFIG_MMC_MESON_GX=y |