summaryrefslogtreecommitdiff
path: root/board/davinci/da8xxevm/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-18 00:59:37 +0300
committerTom Rini <trini@konsulko.com>2021-08-30 21:10:05 +0300
commit20815ecdcf7b6cf118229af5bb2b474ca2215158 (patch)
tree24dc4929790015d7714c5083abed6d26fc5961e1 /board/davinci/da8xxevm/Kconfig
parent2a1453695dd197f3b77c6303fe0d7a7b5bc86e67 (diff)
downloadu-boot-20815ecdcf7b6cf118229af5bb2b474ca2215158.tar.xz
davinci: Drop CONFIG_MAC_ADDR_IN_EEPROM
Looking over the current boards, there are no users of CONFIG_MAC_ADDR_IN_EEPROM. Further, omapl138_lcdk uses CONFIG_NET_RANDOM_ETHADDR. Drop various unused code paths. Cc: Adam Ford <aford173@gmail.com> Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/davinci/da8xxevm/Kconfig')
-rw-r--r--board/davinci/da8xxevm/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig
index bb1188b4ea..c5499a63fd 100644
--- a/board/davinci/da8xxevm/Kconfig
+++ b/board/davinci/da8xxevm/Kconfig
@@ -22,15 +22,6 @@ config MAC_ADDR_IN_SPIFLASH
their MAC address in SPI Flash from the factory
Enable this option to read the MAC from SPI Flash
-config MAC_ADDR_IN_EEPROM
- bool "MAC address in EEPROM"
- help
- The DA850 EVM comes with SoM are programmed with
- their MAC address in SPI Flash from the factory,
- but the kit has an optional expansion board with
- EEPROM available. Enable this option to read the
- MAC from the EEPROM
-
endif
endif