summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-03-31 17:57:51 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-03-31 17:57:51 +0200
commit50d2dbba6198a9e195bad36990c259cfd911d53c (patch)
tree5f69eb6bf5423356c55b1d5fd5c459c913f07df3 /drivers/net/Kconfig
parentf032a4e356a04f3ab3d14805b34d48d64ce2a8ca (diff)
apalis_t30: ieee 1588 ptp support
Enable IEEE 1588 precision time protocol (PTP) support.
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8e7c0a322645..bcd010078fbb 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2159,6 +2159,18 @@ config IGB
To compile this driver as a module, choose M here. The module
will be called igb.
+config IGB_PTP
+ bool "PTP Hardware Clock (PHC)"
+ default n
+ depends on IGB
+ select PTP_1588_CLOCK
+ ---help---
+ Say Y here if you want to use PTP Hardware Clock (PHC) in the
+ driver. Only the basic clock operations have been implemented.
+
+ Every timestamp and clock read operations must consult the
+ overflow counter to form a correct time value.
+
config IGB_HWMON
bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
default y