aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cirrus/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-17 02:50:52 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 06:40:54 -0400
commit57d0b7a0d77d0b770682e425ff3fa270c65a4eb5 (patch)
tree2e7181be255386fea20b21d13d92946bdb05f440 /drivers/net/ethernet/cirrus/Kconfig
parent8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e (diff)
cirrus: Move the Cirrus network driver
Move the Cirrus Ethernet driver into drivers/net/ethernet/cirrus/ and make the necessary Kconfig and Makefile changes CC: Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/cirrus/Kconfig')
-rw-r--r--drivers/net/ethernet/cirrus/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cirrus/Kconfig b/drivers/net/ethernet/cirrus/Kconfig
new file mode 100644
index 000000000000..53ebe7899174
--- /dev/null
+++ b/drivers/net/ethernet/cirrus/Kconfig
@@ -0,0 +1,28 @@
1#
2# Cirrus network device configuration
3#
4
5config NET_VENDOR_CIRRUS
6 bool "Cirrus devices"
7 depends on ARM && ARCH_EP93XX
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, say Y
10 and read the Ethernet-HOWTO, available from
11 <http://www.tldp.org/docs.html#howto>.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Cirrus cards. If you say Y, you will be asked
16 for your specific card in the following questions.
17
18if NET_VENDOR_CIRRUS
19
20config EP93XX_ETH
21 tristate "EP93xx Ethernet support"
22 depends on ARM && ARCH_EP93XX
23 select MII
24 help
25 This is a driver for the ethernet hardware included in EP93xx CPUs.
26 Say Y if you are building a kernel for EP93xx based devices.
27
28endif # NET_VENDOR_CIRRUS