diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-12-19 19:53:08 -0500 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-12-21 18:42:55 -0500 |
commit | 2098c18d6cf65358dd1620154bdedbc8c8d36f44 (patch) | |
tree | 0021ff59e512a67b31cca20894086acff91107d1 /drivers/net/arm/Kconfig | |
parent | b4c7d3b07257528d3c0bfd07c5b38b48beb9b6d1 (diff) |
IXP4xx: Add PHYLIB support to Ethernet driver.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/net/arm/Kconfig')
-rw-r--r-- | drivers/net/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig index abe17762e6f5..2895db13bfa4 100644 --- a/drivers/net/arm/Kconfig +++ b/drivers/net/arm/Kconfig | |||
@@ -59,7 +59,7 @@ config EP93XX_ETH | |||
59 | config IXP4XX_ETH | 59 | config IXP4XX_ETH |
60 | tristate "Intel IXP4xx Ethernet support" | 60 | tristate "Intel IXP4xx Ethernet support" |
61 | depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR | 61 | depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR |
62 | select MII | 62 | select PHYLIB |
63 | help | 63 | help |
64 | Say Y here if you want to use built-in Ethernet ports | 64 | Say Y here if you want to use built-in Ethernet ports |
65 | on IXP4xx processor. | 65 | on IXP4xx processor. |