diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-30 22:02:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-03 04:26:13 -0800 |
commit | e6353f30435002e307bf7dcfaa61fc6800b4b267 (patch) | |
tree | f5afc046c6181c66875a04e086af7c591445ef7c /drivers | |
parent | b54e4f8346c0c94c5393738e2ce95faf5ca30acc (diff) | |
download | op-kernel-dev-e6353f30435002e307bf7dcfaa61fc6800b4b267.zip op-kernel-dev-e6353f30435002e307bf7dcfaa61fc6800b4b267.tar.gz |
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')
-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 389980f..2aab62e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1199,7 +1199,7 @@ config NE2_MCA config IBMLANA tristate "IBM LAN Adapter/A support" - depends on MCA && MCA_LEGACY + depends on MCA ---help--- This is a Micro Channel Ethernet adapter. You need to set CONFIG_MCA to use this driver. It is both available as an in-kernel |