Message ID | 20240211061152.14696-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e083dd032eeba9e28e4703cd5aaf4a409ebc3837 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: ti: icssg-prueth: add dependency for PTP | expand |
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Sat, 10 Feb 2024 22:11:52 -0800 you wrote: > When CONFIG_PTP_1588_CLOCK=m and CONFIG_TI_ICSSG_PRUETH=y, there are > kconfig dependency warnings and build errors referencing PTP functions. > > Fix these by making TI_ICSSG_PRUETH depend on PTP_1588_CLOCK_OPTIONAL. > > Fixes these build errors and warnings: > > [...] Here is the summary with links: - net: ti: icssg-prueth: add dependency for PTP https://git.kernel.org/netdev/net/c/e083dd032eeb You are awesome, thank you!
diff -- a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig --- a/drivers/net/ethernet/ti/Kconfig +++ b/drivers/net/ethernet/ti/Kconfig @@ -189,6 +189,7 @@ config TI_ICSSG_PRUETH select TI_K3_CPPI_DESC_POOL depends on PRU_REMOTEPROC depends on ARCH_K3 && OF && TI_K3_UDMA_GLUE_LAYER + depends on PTP_1588_CLOCK_OPTIONAL help Support dual Gigabit Ethernet ports over the ICSSG PRU Subsystem. This subsystem is available starting with the AM65 platform.