[openwrt/openwrt] stm32: enable CONFIG_SMSC_PHY

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 27 06:14:52 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/d0289daa69fd5063cefc8665b38375040ee69226

commit d0289daa69fd5063cefc8665b38375040ee69226
Author: Thomas Richard <thomas.richard at bootlin.com>
AuthorDate: Mon Jan 27 14:02:28 2025 +0100

    stm32: enable CONFIG_SMSC_PHY
    
    The STM32MP135F-DK board uses the LAN8742 PHY.
    Enable CONFIG_SMSC_PHY to have full PHY support.
    
    Signed-off-by: Thomas Richard <thomas.richard at bootlin.com>
    Link: https://github.com/openwrt/openwrt/pull/17745
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit d981f28f762a559ae50386fa089b050aaaa78555)
---
 target/linux/stm32/stm32mp1/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/stm32/stm32mp1/config-6.6 b/target/linux/stm32/stm32mp1/config-6.6
index e19abcc7dc..0428216ecb 100644
--- a/target/linux/stm32/stm32mp1/config-6.6
+++ b/target/linux/stm32/stm32mp1/config-6.6
@@ -423,6 +423,7 @@ CONFIG_SGL_ALLOC=y
 CONFIG_SG_POOL=y
 CONFIG_SMP=y
 CONFIG_SMP_ON_UP=y
+CONFIG_SMSC_PHY=y
 CONFIG_SOCK_RX_QUEUE_MAPPING=y
 CONFIG_SOC_BUS=y
 CONFIG_SOFTIRQ_ON_OWN_STACK=y




More information about the lede-commits mailing list