net: phy: broadcom: update dependency condition
authorDavid Bauer <mail@david-bauer.net>
Sun, 17 Nov 2024 12:23:09 +0000 (13:23 +0100)
committerDavid Bauer <mail@david-bauer.net>
Mon, 18 Nov 2024 22:01:22 +0000 (23:01 +0100)
commite6d483cd521a5b86191c544b1ed535fe2ff8ee39
tree252d2f9ceaa925b5bcf11d37a2700f82aa07d531
parent90de3b277b8e1d121b2f7023578979c6b616167f
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]