]> git.ipfire.org Git - thirdparty/linux.git/commit
net: phy: mediatek: permit to compile test GE SOC PHY driver
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 10 Apr 2025 10:04:03 +0000 (12:04 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 12 Apr 2025 03:18:31 +0000 (20:18 -0700)
commite5566162af8b9690e096d2e6089e4ed955a0d13d
tree72117b05d51fc4163de6a09b2a09256688a9c5c6
parentda1cd04bf1ac36139718ded3b64acbf89464874c
net: phy: mediatek: permit to compile test GE SOC PHY driver

When commit 462a3daad679 ("net: phy: mediatek: fix compile-test
dependencies") fixed the dependency, it should have also introduced
an or on COMPILE_TEST to permit this driver to be compile-tested even if
NVMEM_MTK_EFUSE wasn't selected. The driver makes use of NVMEM API that
are always compiled (return error) so the driver can actually be
compiled even without that config.

Fix and simplify the dependency condition of this kernel config.

Fixes: 462a3daad679 ("net: phy: mediatek: fix compile-test dependencies")
Acked-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20250410100410.348-1-ansuelsmth@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/mediatek/Kconfig