diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/net/stmmac/Kconfig | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/net/stmmac/Kconfig')
-rw-r--r-- | drivers/net/stmmac/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/stmmac/Kconfig b/drivers/net/stmmac/Kconfig index eb63d44748a7..7df7df4e79c5 100644 --- a/drivers/net/stmmac/Kconfig +++ b/drivers/net/stmmac/Kconfig | |||
@@ -3,10 +3,10 @@ config STMMAC_ETH | |||
3 | select MII | 3 | select MII |
4 | select PHYLIB | 4 | select PHYLIB |
5 | select CRC32 | 5 | select CRC32 |
6 | depends on NETDEVICES && CPU_SUBTYPE_ST40 | 6 | depends on NETDEVICES && HAS_IOMEM |
7 | help | 7 | help |
8 | This is the driver for the Ethernet IPs are built around a | 8 | This is the driver for the Ethernet IPs are built around a |
9 | Synopsys IP Core and fully tested on the STMicroelectronics | 9 | Synopsys IP Core and only tested on the STMicroelectronics |
10 | platforms. | 10 | platforms. |
11 | 11 | ||
12 | if STMMAC_ETH | 12 | if STMMAC_ETH |
@@ -32,6 +32,7 @@ config STMMAC_DUAL_MAC | |||
32 | config STMMAC_TIMER | 32 | config STMMAC_TIMER |
33 | bool "STMMAC Timer optimisation" | 33 | bool "STMMAC Timer optimisation" |
34 | default n | 34 | default n |
35 | depends on RTC_HCTOSYS_DEVICE | ||
35 | help | 36 | help |
36 | Use an external timer for mitigating the number of network | 37 | Use an external timer for mitigating the number of network |
37 | interrupts. Currently, for SH architectures, it is possible | 38 | interrupts. Currently, for SH architectures, it is possible |