diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 75f9f7f2fbed..e93f5d3f2277 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1827,9 +1827,10 @@ config FEC2 | |||
1827 | 1827 | ||
1828 | config FEC_MPC52xx | 1828 | config FEC_MPC52xx |
1829 | tristate "MPC52xx FEC driver" | 1829 | tristate "MPC52xx FEC driver" |
1830 | depends on PPC_MPC52xx && PPC_BESTCOMM_FEC | 1830 | depends on PPC_MPC52xx && PPC_BESTCOMM |
1831 | select CRC32 | 1831 | select CRC32 |
1832 | select PHYLIB | 1832 | select PHYLIB |
1833 | select PPC_BESTCOMM_FEC | ||
1833 | ---help--- | 1834 | ---help--- |
1834 | This option enables support for the MPC5200's on-chip | 1835 | This option enables support for the MPC5200's on-chip |
1835 | Fast Ethernet Controller | 1836 | Fast Ethernet Controller |