aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/ibm/Kconfig')
-rw-r--r--drivers/net/ethernet/ibm/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig
index b9773d229192..6529d31595a7 100644
--- a/drivers/net/ethernet/ibm/Kconfig
+++ b/drivers/net/ethernet/ibm/Kconfig
@@ -6,7 +6,7 @@ config NET_VENDOR_IBM
6 bool "IBM devices" 6 bool "IBM devices"
7 default y 7 default y
8 depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \ 8 depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \
9 (IBMEBUS && INET && SPARSEMEM) 9 (IBMEBUS && SPARSEMEM)
10 ---help--- 10 ---help---
11 If you have a network (Ethernet) card belonging to this class, say Y 11 If you have a network (Ethernet) card belonging to this class, say Y
12 and read the Ethernet-HOWTO, available from 12 and read the Ethernet-HOWTO, available from
@@ -33,8 +33,7 @@ source "drivers/net/ethernet/ibm/emac/Kconfig"
33 33
34config EHEA 34config EHEA
35 tristate "eHEA Ethernet support" 35 tristate "eHEA Ethernet support"
36 depends on IBMEBUS && INET && SPARSEMEM 36 depends on IBMEBUS && SPARSEMEM
37 select INET_LRO
38 ---help--- 37 ---help---
39 This driver supports the IBM pSeries eHEA ethernet adapter. 38 This driver supports the IBM pSeries eHEA ethernet adapter.
40 39