diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-10-31 11:31:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-01 11:35:17 -0400 |
commit | c56283034ce28f99de494b69896528ae90cd9730 (patch) | |
tree | 01b3f84384a4eda3a848742392d27409f010df63 /drivers/pps | |
parent | a8fc92778080c845eaadc369a0ecf5699a03bef0 (diff) |
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>
Diffstat (limited to 'drivers/pps')
-rw-r--r-- | drivers/pps/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pps/Kconfig b/drivers/pps/Kconfig index 258ca596e1bc..982d16b5a846 100644 --- a/drivers/pps/Kconfig +++ b/drivers/pps/Kconfig | |||
@@ -6,7 +6,6 @@ menu "PPS support" | |||
6 | 6 | ||
7 | config PPS | 7 | config PPS |
8 | tristate "PPS support" | 8 | tristate "PPS support" |
9 | depends on EXPERIMENTAL | ||
10 | ---help--- | 9 | ---help--- |
11 | PPS (Pulse Per Second) is a special pulse provided by some GPS | 10 | PPS (Pulse Per Second) is a special pulse provided by some GPS |
12 | antennae. Userland can use it to get a high-precision time | 11 | antennae. Userland can use it to get a high-precision time |