diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-11-01 07:22:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-02 21:30:53 -0400 |
commit | 3ba368c43565f31528b3aea585bb4119fded4eb1 (patch) | |
tree | c10d2bcc20108486f1611682a7ad5cd875fd34fd /drivers/net/ethernet/sfc | |
parent | 24eb21a14896e5c1c7cbca8e9a40405a51745f1d (diff) |
sfc: Select PTP_1588_CLOCK
This was missed in commit a24006ed12616bde1bbdb26868495906a212d8dc
('ptp: Enable clock drivers along with associated net/PHY drivers')
which enabled sfc's clock driver unconditionally.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc')
-rw-r--r-- | drivers/net/ethernet/sfc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/Kconfig b/drivers/net/ethernet/sfc/Kconfig index fb3cbc27063c..3ab2c4289a47 100644 --- a/drivers/net/ethernet/sfc/Kconfig +++ b/drivers/net/ethernet/sfc/Kconfig | |||
@@ -5,6 +5,7 @@ config SFC | |||
5 | select CRC32 | 5 | select CRC32 |
6 | select I2C | 6 | select I2C |
7 | select I2C_ALGOBIT | 7 | select I2C_ALGOBIT |
8 | select PTP_1588_CLOCK | ||
8 | ---help--- | 9 | ---help--- |
9 | This driver supports 10-gigabit Ethernet cards based on | 10 | This driver supports 10-gigabit Ethernet cards based on |
10 | the Solarflare SFC4000 and SFC9000-family controllers. | 11 | the Solarflare SFC4000 and SFC9000-family controllers. |