|
@@ -6,6 +6,7 @@ menu "PTP clock support"
|
|
|
|
|
|
config PTP_1588_CLOCK
|
|
config PTP_1588_CLOCK
|
|
tristate "PTP clock support"
|
|
tristate "PTP clock support"
|
|
|
|
+ depends on NET
|
|
select PPS
|
|
select PPS
|
|
select NET_PTP_CLASSIFY
|
|
select NET_PTP_CLASSIFY
|
|
help
|
|
help
|
|
@@ -74,7 +75,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 X86 || COMPILE_TEST
|
|
depends on X86 || COMPILE_TEST
|
|
- depends on HAS_IOMEM
|
|
|
|
|
|
+ depends on HAS_IOMEM && NET
|
|
select PTP_1588_CLOCK
|
|
select PTP_1588_CLOCK
|
|
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
|