zephyr/drivers/ptp_clock
Declan Snyder 9ac2ee91f2 drivers: nxp_enet: Correct PTP clock dependencies
The dependencies should be in a 'depends on' clause.
Also, 'depends on PTP_CLOCK' is redundant because this is
within 'if PTP_CLOCK' already.

Additionally, conditionally include the PTP header in the mac driver.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2024-04-18 11:18:31 +02:00
..
CMakeLists.txt drivers: ptp_clock: Add NXP ENET PTP Clock Driver 2023-11-28 14:34:02 -06:00
Kconfig drivers: ptp_clock: Add NXP ENET PTP Clock Driver 2023-11-28 14:34:02 -06:00
Kconfig.nxp_enet drivers: nxp_enet: Correct PTP clock dependencies 2024-04-18 11:18:31 +02:00
ptp_clock.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
ptp_clock_nxp_enet.c drivers: nxp_enet: Fix build error with PTP on 2024-01-25 19:32:02 -05:00