]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: renesas: Enable DM_ETH_PHY and SMSC PHY driver
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 29 May 2023 18:28:54 +0000 (20:28 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 10 Jun 2023 11:34:06 +0000 (13:34 +0200)
The board comes with SMSC LAN8710A PHY, enable matching driver.
Enable DM_ETH_PHY in the process to start using DM drivers more.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Michal Simek <michal.simek@amd.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
configs/grpeach_defconfig

index 04edcf34f232f171c260a1f3125a5b6fd0aaf9f6..36925f3e47c1a2e46cb42e0ccb3a838eacb04fb6 100644 (file)
@@ -52,6 +52,9 @@ CONFIG_SPI_FLASH_MACRONIX=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
 CONFIG_BITBANGMII=y
 CONFIG_BITBANGMII_MULTI=y
+CONFIG_PHY_SMSC=y
+CONFIG_PHY_ETHERNET_ID=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_SH_ETHER=y
 CONFIG_PINCTRL=y
 CONFIG_DM_REGULATOR=y