Skip to content

Commit

Permalink
boards: sam_e70_xplained: default enable EEPROM source for MAC address
Browse files Browse the repository at this point in the history
The SAME70-XPLD board comes with an EEPROM that holds the MAC address
to be used with its Ethernet interface.  Enable that feature by
default, so the application doesn't have to.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
  • Loading branch information
pabigot authored and jukkar committed Dec 28, 2020
1 parent 3805286 commit 5358a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/sam_e70_xplained/Kconfig.defconfig
Expand Up @@ -25,6 +25,7 @@ config ETH_SAM_GMAC_MAC_I2C_DEV_NAME
default "I2C_0"

config ETH_SAM_GMAC_MAC_I2C_EEPROM
default y
select I2C

endif # ETH_SAM_GMAC
Expand Down

0 comments on commit 5358a11

Please sign in to comment.