diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-30 15:02:35 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-03 07:26:13 -0500 |
commit | e6353f30435002e307bf7dcfaa61fc6800b4b267 (patch) | |
tree | f5afc046c6181c66875a04e086af7c591445ef7c /drivers/net/Kconfig | |
parent | b54e4f8346c0c94c5393738e2ce95faf5ca30acc (diff) |
IBMLANA no longer has to depend on MCA_LEGACY
This patch removes the no longer required dependency of IBMLANA
on MCA_LEGACY.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 389980f0e59e..2aab62e0f5f6 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1199,7 +1199,7 @@ config NE2_MCA | |||
1199 | 1199 | ||
1200 | config IBMLANA | 1200 | config IBMLANA |
1201 | tristate "IBM LAN Adapter/A support" | 1201 | tristate "IBM LAN Adapter/A support" |
1202 | depends on MCA && MCA_LEGACY | 1202 | depends on MCA |
1203 | ---help--- | 1203 | ---help--- |
1204 | This is a Micro Channel Ethernet adapter. You need to set | 1204 | This is a Micro Channel Ethernet adapter. You need to set |
1205 | CONFIG_MCA to use this driver. It is both available as an in-kernel | 1205 | CONFIG_MCA to use this driver. It is both available as an in-kernel |