pps, ptp: Remove dependencies on EXPERIMENTAL
These are now established subsystems, and we want drivers to be able to select PPS and PTP_1588_CLOCK without depending on EXPERIMENTAL. Further, the use of EXPERIMENTAL is now deprecated in general. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a8fc927780
commit
c56283034c
@ -123,7 +123,7 @@ config IGB_DCA
|
|||||||
config IGB_PTP
|
config IGB_PTP
|
||||||
bool "PTP Hardware Clock (PHC)"
|
bool "PTP Hardware Clock (PHC)"
|
||||||
default n
|
default n
|
||||||
depends on IGB && EXPERIMENTAL
|
depends on IGB
|
||||||
select PPS
|
select PPS
|
||||||
select PTP_1588_CLOCK
|
select PTP_1588_CLOCK
|
||||||
---help---
|
---help---
|
||||||
@ -225,7 +225,7 @@ config IXGBE_DCB
|
|||||||
config IXGBE_PTP
|
config IXGBE_PTP
|
||||||
bool "PTP Clock Support"
|
bool "PTP Clock Support"
|
||||||
default n
|
default n
|
||||||
depends on IXGBE && EXPERIMENTAL
|
depends on IXGBE
|
||||||
select PPS
|
select PPS
|
||||||
select PTP_1588_CLOCK
|
select PTP_1588_CLOCK
|
||||||
---help---
|
---help---
|
||||||
|
@ -26,7 +26,6 @@ if PCH_GBE
|
|||||||
config PCH_PTP
|
config PCH_PTP
|
||||||
bool "PCH PTP clock support"
|
bool "PCH PTP clock support"
|
||||||
default n
|
default n
|
||||||
depends on EXPERIMENTAL
|
|
||||||
select PPS
|
select PPS
|
||||||
select PTP_1588_CLOCK
|
select PTP_1588_CLOCK
|
||||||
select PTP_1588_CLOCK_PCH
|
select PTP_1588_CLOCK_PCH
|
||||||
|
@ -6,7 +6,6 @@ menu "PPS support"
|
|||||||
|
|
||||||
config PPS
|
config PPS
|
||||||
tristate "PPS support"
|
tristate "PPS support"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
---help---
|
---help---
|
||||||
PPS (Pulse Per Second) is a special pulse provided by some GPS
|
PPS (Pulse Per Second) is a special pulse provided by some GPS
|
||||||
antennae. Userland can use it to get a high-precision time
|
antennae. Userland can use it to get a high-precision time
|
||||||
|
@ -9,7 +9,6 @@ comment "Enable Device Drivers -> PPS to see the PTP clock options."
|
|||||||
|
|
||||||
config PTP_1588_CLOCK
|
config PTP_1588_CLOCK
|
||||||
tristate "PTP clock support"
|
tristate "PTP clock support"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
depends on PPS
|
depends on PPS
|
||||||
help
|
help
|
||||||
The IEEE 1588 standard defines a method to precisely
|
The IEEE 1588 standard defines a method to precisely
|
||||||
|
Loading…
Reference in New Issue
Block a user