diff options
author | David S. Miller <davem@davemloft.net> | 2010-08-26 20:32:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-26 20:32:02 -0700 |
commit | 250ad8f55c06eb866cfb57f8d3ea6ff961a7d1d7 (patch) | |
tree | 2d113ecb62ebf36f6628bea5ed3f1e00500ea915 /drivers/net/stmmac | |
parent | e132d8d3d2b4df0895fe73c9cfad53b3a5329edf (diff) | |
download | talos-obmc-linux-250ad8f55c06eb866cfb57f8d3ea6ff961a7d1d7.tar.gz talos-obmc-linux-250ad8f55c06eb866cfb57f8d3ea6ff961a7d1d7.zip |
stmmac: Make time functionality depend upon RTC_HCTOSYS_DEVICE
Based upon a report by Stephen Rothwell.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac')
-rw-r--r-- | drivers/net/stmmac/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/stmmac/Kconfig b/drivers/net/stmmac/Kconfig index 643968098afd..3c2af7c6a39b 100644 --- a/drivers/net/stmmac/Kconfig +++ b/drivers/net/stmmac/Kconfig @@ -32,6 +32,7 @@ config STMMAC_DUAL_MAC config STMMAC_TIMER bool "STMMAC Timer optimisation" default n + depends on RTC_HCTOSYS_DEVICE help Use an external timer for mitigating the number of network interrupts. Currently, for SH architectures, it is possible |