projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24eb21a
)
sfc: Select PTP_1588_CLOCK
author
Ben Hutchings
<
[email protected]
>
Thu, 1 Nov 2012 11:22:22 +0000
(11:22 +0000)
committer
David S. Miller
<
[email protected]
>
Sat, 3 Nov 2012 01:30:53 +0000
(21:30 -0400)
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 <
[email protected]
>
Signed-off-by: Ben Hutchings <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/sfc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/Kconfig
b/drivers/net/ethernet/sfc/Kconfig
index fb3cbc27063cccb5ae821989c516195527e32e65..3ab2c4289a47953c743e8a5f7a7b44caac5ba7c0 100644
(file)
--- a/
drivers/net/ethernet/sfc/Kconfig
+++ b/
drivers/net/ethernet/sfc/Kconfig
@@
-5,6
+5,7
@@
config SFC
select CRC32
select I2C
select I2C_ALGOBIT
+ select PTP_1588_CLOCK
---help---
This driver supports 10-gigabit Ethernet cards based on
the Solarflare SFC4000 and SFC9000-family controllers.