diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 23:40:16 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 23:40:16 -0500 |
commit | ecf8b596cf636c14896841625d552e148585ad07 (patch) | |
tree | 3b978312868b35a1dd6ea5ef5d71dc8172e6f50f /drivers/net/fec_8xx | |
parent | a10b5aacea01d59152b9d003a14476ee99d394d8 (diff) | |
download | linux-3.10-ecf8b596cf636c14896841625d552e148585ad07.tar.gz linux-3.10-ecf8b596cf636c14896841625d552e148585ad07.tar.bz2 linux-3.10-ecf8b596cf636c14896841625d552e148585ad07.zip |
[netdrvr] fac_8xx build fix
Diffstat (limited to 'drivers/net/fec_8xx')
-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 4560026ed41..94e7a9af870 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 + depends on NET_ETHERNET && FEC select MII config FEC_8XX_GENERIC_PHY |