diff options
author | Pantelis Antoniou <pantelis.antoniou@gmail.com> | 2005-10-30 00:23:15 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-30 00:20:30 +0200 |
commit | b90bd04d419dd317b16dce83f5595e96597c05be (patch) | |
tree | 10c5e6feb03c200db9f971d712f89c48627e89e8 | |
parent | [PATCH] fs_enet: Fix dma_unmap_single calls (diff) | |
download | linux-b90bd04d419dd317b16dce83f5595e96597c05be.tar.xz linux-b90bd04d419dd317b16dce83f5595e96597c05be.zip |
[PATCH] fec_8xx: Remove dependency on NETTA & NETPHONE
The following patch removes the dependency of the fec_8xx driver on
the NETTA & NETPHONE boards. Other people use the driver too, and
we await their board support patches.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-rw-r--r-- | drivers/net/fec_8xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fec_8xx/Kconfig b/drivers/net/fec_8xx/Kconfig index db36ac3ea453..de04d68673d9 100644 --- a/drivers/net/fec_8xx/Kconfig +++ b/drivers/net/fec_8xx/Kconfig @@ -1,6 +1,6 @@ config FEC_8XX tristate "Motorola 8xx FEC driver" - depends on NET_ETHERNET && 8xx && (NETTA || NETPHONE) + depends on NET_ETHERNET select MII config FEC_8XX_GENERIC_PHY |