ptp: Make PTP_1588_CLOCK select rather than depend on PPS

PTP hardware clock drivers that select PTP_1588_CLOCK must currently
also select PPS.  For those drivers that don't, the user must enable
PPS, then enable PTP_1588_CLOCK, then the driver.  Simplify things for
developers and users by putting this selection in one place.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Цей коміт міститься в:
Ben Hutchings
2012-10-31 15:32:44 +00:00
зафіксовано David S. Miller
джерело c56283034c
коміт 42a7ccef0a
3 змінених файлів з 1 додано та 7 видалено

Переглянути файл

@@ -26,7 +26,6 @@ if PCH_GBE
config PCH_PTP
bool "PCH PTP clock support"
default n
select PPS
select PTP_1588_CLOCK
select PTP_1588_CLOCK_PCH
---help---