diff options
author | Krzysztof Halasa <khc@pm.waw.pl> | 2008-04-20 13:06:39 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-29 01:56:50 -0400 |
commit | dac2f83fce01f0c2900918a4a8abd4c652151804 (patch) | |
tree | 1ff0775cc0d07fa382cfe54cb233729e12b9e576 /drivers/net/arm/Kconfig | |
parent | 770f867991155f9c9e36a845a142f770d55ee67c (diff) |
Driver for IXP4xx built-in Ethernet ports
Adds a driver for built-in IXP4xx Ethernet ports.
Signed-off-by: Krzysztof HaĆasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/arm/Kconfig')
-rw-r--r-- | drivers/net/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig index f9cc2b621fe2..8eda6eeb43b7 100644 --- a/drivers/net/arm/Kconfig +++ b/drivers/net/arm/Kconfig | |||
@@ -47,3 +47,11 @@ config EP93XX_ETH | |||
47 | help | 47 | help |
48 | This is a driver for the ethernet hardware included in EP93xx CPUs. | 48 | This is a driver for the ethernet hardware included in EP93xx CPUs. |
49 | Say Y if you are building a kernel for EP93xx based devices. | 49 | Say Y if you are building a kernel for EP93xx based devices. |
50 | |||
51 | config IXP4XX_ETH | ||
52 | tristate "Intel IXP4xx Ethernet support" | ||
53 | depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR | ||
54 | select MII | ||
55 | help | ||
56 | Say Y here if you want to use built-in Ethernet ports | ||
57 | on IXP4xx processor. | ||