net: phy: broadcom: update dependency condition master
authorDavid Bauer <mail@david-bauer.net>
Sun, 17 Nov 2024 12:23:09 +0000 (13:23 +0100)
committerDavid Bauer <mail@david-bauer.net>
Sun, 17 Nov 2024 12:35:10 +0000 (13:35 +0100)
commitcbce32e30c29dc69907c6f4c0ab79dd5d9a8fb28
tree90f8808d69084eb005f5379ab408879a924852ca
parent84665993d6beed8ac2b557f8d3e005a29e3fd09c
net: phy: broadcom: update dependency condition

The broadcom PHY driver only has to depend upon PTP_1588_CLOCK_OPTIONAL
if NETWORK_PHY_TIMESTAMPING is enabled. The PTP functionality is stubbed
in this case.

Reflect this circumstance in the dependence condition. This allows to
build the driver as a built-in module even if PTP is built as a module.

This is required to include the broadcom PHY module regardless of the
built-setting of the PTP subsystem. On ath79 (and probably more)
targets with Broadcom PHY, Gigabit operation is currently broken as the
PHY driver is only built as a module in case all kernel-packages are
built. Due to this circumstance, affected devices fall back to using the
generic PHY driver.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/generic/pending-6.6/741-net-phy-broadcom-update-dependency-condition.patch [new file with mode: 0644]