Skip to content

Commit 55c8fca

Browse files
andy-shevdavem330
authored andcommitted
ptp_pch: Restore dependency on PCI
During the swap dependency on PCH_GBE to selection PTP_1588_CLOCK_PCH incidentally dropped the implicit dependency on the PCI. Restore it. Fixes: 18d359c ("pch_gbe, ptp_pch: Fix the dependency direction between these drivers") Reported-by: kernel test robot <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 19d1532 commit 55c8fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/ptp/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ config PTP_1588_CLOCK_INES
9090
config PTP_1588_CLOCK_PCH
9191
tristate "Intel PCH EG20T as PTP clock"
9292
depends on X86_32 || COMPILE_TEST
93-
depends on HAS_IOMEM && NET
93+
depends on HAS_IOMEM && PCI
94+
depends on NET
9495
imply PTP_1588_CLOCK
9596
help
9697
This driver adds support for using the PCH EG20T as a PTP

0 commit comments

Comments
 (0)