Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions drivers/ethernet/Kconfig.sam_gmac
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ config ETH_SAM_GMAC_BUF_RX_COUNT
and the other being processed by the higher layer networking stack.

config ETH_SAM_GMAC_MAC_I2C_EEPROM
bool "Read from an I2C EEPROM"
bool "Read from an I2C EEPROM [DEPRECATED]"
select DEPRECATED
help
Read MAC address from an I2C EEPROM.
Read MAC address from an I2C EEPROM. This option is deprecated.

if ETH_SAM_GMAC_MAC_I2C_EEPROM

Expand Down
Loading