summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2023-05-29 20:28:54 +0200
committerMarek Vasut <[email protected]>2023-06-10 13:34:06 +0200
commit32d2461e0467b50abeb5662fce41fdd686e88b61 (patch)
treefb6f01d560bab73d1edd5ea73096cd0807f85f31
parentc1466c55de7819760ae7387e3ca18a6d6fb8dbb7 (diff)
ARM: renesas: Enable DM_ETH_PHY and SMSC PHY driver
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 <[email protected]> --- Cc: Geert Uytterhoeven <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Michal Simek <[email protected]> Cc: Nishanth Menon <[email protected]> Cc: Ramon Fried <[email protected]>
-rw-r--r--configs/grpeach_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/grpeach_defconfig b/configs/grpeach_defconfig
index 04edcf34f23..36925f3e47c 100644
--- a/configs/grpeach_defconfig
+++ b/configs/grpeach_defconfig
@@ -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