projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c82c30
)
ehea: Add dependency to Kconfig
author
Hannes Hering
<hannes.hering@linux.vnet.ibm.com>
Wed, 7 May 2008 12:43:20 +0000
(14:43 +0200)
committer
Jeff Garzik
<jgarzik@redhat.com>
Tue, 13 May 2008 05:31:39 +0000
(
01:31
-0400)
The new ehea memory hot plug implementation depends on MEMORY_HOTPLUG.
Signed-off-by: Hannes Hering <hering2@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index d27f54a2df77cd3c80bf10032a4403e531fca8cc..9f6cc8a5607371b346622756bc96610b998204ac 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-2426,7
+2426,7
@@
config CHELSIO_T3
config EHEA
tristate "eHEA Ethernet support"
- depends on IBMEBUS && INET && SPARSEMEM
+ depends on IBMEBUS && INET && SPARSEMEM
&& MEMORY_HOTPLUG
select INET_LRO
---help---
This driver supports the IBM pSeries eHEA ethernet adapter.