diff options
| author | Thomas Richard | 2025-01-27 13:02:28 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-01-27 13:32:43 +0000 |
| commit | d981f28f762a559ae50386fa089b050aaaa78555 (patch) | |
| tree | c42e12c44774d2ab044838f8eaf546dbc500e4bb | |
| parent | 8ffeeaee67146aa458f630578aa1f13cd0506ba6 (diff) | |
| download | openwrt-d981f28f762a559ae50386fa089b050aaaa78555.tar.gz | |
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@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/17745
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/stm32/stm32mp1/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |