xref: /linux/drivers/net/ethernet/cirrus/Kconfig (revision 57d0b7a0d77d0b770682e425ff3fa270c65a4eb5)
1*57d0b7a0SJeff Kirsher#
2*57d0b7a0SJeff Kirsher# Cirrus network device configuration
3*57d0b7a0SJeff Kirsher#
4*57d0b7a0SJeff Kirsher
5*57d0b7a0SJeff Kirsherconfig NET_VENDOR_CIRRUS
6*57d0b7a0SJeff Kirsher	bool "Cirrus devices"
7*57d0b7a0SJeff Kirsher	depends on ARM && ARCH_EP93XX
8*57d0b7a0SJeff Kirsher	---help---
9*57d0b7a0SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10*57d0b7a0SJeff Kirsher	  and read the Ethernet-HOWTO, available from
11*57d0b7a0SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*57d0b7a0SJeff Kirsher
13*57d0b7a0SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*57d0b7a0SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*57d0b7a0SJeff Kirsher	  the questions about Cirrus cards. If you say Y, you will be asked
16*57d0b7a0SJeff Kirsher	  for your specific card in the following questions.
17*57d0b7a0SJeff Kirsher
18*57d0b7a0SJeff Kirsherif NET_VENDOR_CIRRUS
19*57d0b7a0SJeff Kirsher
20*57d0b7a0SJeff Kirsherconfig EP93XX_ETH
21*57d0b7a0SJeff Kirsher	tristate "EP93xx Ethernet support"
22*57d0b7a0SJeff Kirsher	depends on ARM && ARCH_EP93XX
23*57d0b7a0SJeff Kirsher	select MII
24*57d0b7a0SJeff Kirsher	help
25*57d0b7a0SJeff Kirsher	  This is a driver for the ethernet hardware included in EP93xx CPUs.
26*57d0b7a0SJeff Kirsher	  Say Y if you are building a kernel for EP93xx based devices.
27*57d0b7a0SJeff Kirsher
28*57d0b7a0SJeff Kirsherendif # NET_VENDOR_CIRRUS
29