]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: phy: dp83867: Allow excluding driver from SPL
authorRomain Gantois <romain.gantois@bootlin.com>
Thu, 26 Jun 2025 16:20:24 +0000 (18:20 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jul 2025 14:45:27 +0000 (08:45 -0600)
commit7eaa8aaa9a5930f75cc32a914b706869ad679f5c
tree2e81e0182ec207f5e8c431991842edbfd8f8a7d5
parent903eb123236ccbd8ef05d43507a2a910b785bd56
net: phy: dp83867: Allow excluding driver from SPL

The DP83867 PHY driver is used by the BeagleBoneGreen Eco board, but adding
it to the am335x-evm defconfig causes SPL to overflow its size limits.

Add a separate option to enable this driver in SPL, so that it can be
enabled in U-Boot without adding unnecessary volume to SPL.

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
Tested-by: Judith Mendez <jm@ti.com>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile