Skip to content

Commit 5358a11

Browse files
pabigotjukkar
authored andcommitted
boards: sam_e70_xplained: default enable EEPROM source for MAC address
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 <[email protected]>
1 parent 3805286 commit 5358a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/sam_e70_xplained/Kconfig.defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ config ETH_SAM_GMAC_MAC_I2C_DEV_NAME
2525
default "I2C_0"
2626

2727
config ETH_SAM_GMAC_MAC_I2C_EEPROM
28+
default y
2829
select I2C
2930

3031
endif # ETH_SAM_GMAC

0 commit comments

Comments
 (0)