提交 18d359ce 编写于 作者: B Ben Hutchings 提交者: David S. Miller

pch_gbe, ptp_pch: Fix the dependency direction between these drivers

In commit a24006ed ('ptp: Enable clock
drivers along with associated net/PHY drivers') I wrongly made
PTP_1588_CLOCK_PCH depend on PCH_GBE.  The dependency is really the
other way around.  Therefore make PCH_GBE select PTP_1588_CLOCK_PCH
and remove the 'default y' from the latter.
Reported-by: NRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: NBen Hutchings <bhutchings@solarflare.com>
Acked-by: NRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e8e55d95
...@@ -7,6 +7,7 @@ config PCH_GBE ...@@ -7,6 +7,7 @@ config PCH_GBE
depends on PCI depends on PCI
select NET_CORE select NET_CORE
select MII select MII
select PTP_1588_CLOCK_PCH
---help--- ---help---
This is a gigabit ethernet driver for EG20T PCH. This is a gigabit ethernet driver for EG20T PCH.
EG20T PCH is the platform controller hub that is used in Intel's EG20T PCH is the platform controller hub that is used in Intel's
......
...@@ -72,9 +72,7 @@ config DP83640_PHY ...@@ -72,9 +72,7 @@ config DP83640_PHY
config PTP_1588_CLOCK_PCH config PTP_1588_CLOCK_PCH
tristate "Intel PCH EG20T as PTP clock" tristate "Intel PCH EG20T as PTP clock"
depends on PCH_GBE
select PTP_1588_CLOCK select PTP_1588_CLOCK
default y
help help
This driver adds support for using the PCH EG20T as a PTP This driver adds support for using the PCH EG20T as a PTP
clock. The hardware supports time stamping of PTP packets clock. The hardware supports time stamping of PTP packets
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册