diff options
Diffstat (limited to 'drivers/net/arm/Kconfig')
-rw-r--r-- | drivers/net/arm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig index 77fe20dbea35..678e4f48d36b 100644 --- a/drivers/net/arm/Kconfig +++ b/drivers/net/arm/Kconfig | |||
@@ -39,3 +39,10 @@ config ARM_AT91_ETHER | |||
39 | help | 39 | help |
40 | If you wish to compile a kernel for the AT91RM9200 and enable | 40 | If you wish to compile a kernel for the AT91RM9200 and enable |
41 | ethernet support, then you should always answer Y to this. | 41 | ethernet support, then you should always answer Y to this. |
42 | |||
43 | config EP93XX_ETH | ||
44 | tristate "EP93xx Ethernet support" | ||
45 | depends on NET_ETHERNET && ARM && ARCH_EP93XX | ||
46 | help | ||
47 | This is a driver for the ethernet hardware included in EP93xx CPUs. | ||
48 | Say Y if you are building a kernel for EP93xx based devices. | ||