157d0b7a0SJeff Kirsher#
257d0b7a0SJeff Kirsher# Cirrus network device configuration
357d0b7a0SJeff Kirsher#
457d0b7a0SJeff Kirsher
557d0b7a0SJeff Kirsherconfig NET_VENDOR_CIRRUS
657d0b7a0SJeff Kirsher	bool "Cirrus devices"
757d0b7a0SJeff Kirsher	depends on ARM && ARCH_EP93XX
857d0b7a0SJeff Kirsher	---help---
957d0b7a0SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
1057d0b7a0SJeff Kirsher	  and read the Ethernet-HOWTO, available from
1157d0b7a0SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
1257d0b7a0SJeff Kirsher
1357d0b7a0SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
1457d0b7a0SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
1557d0b7a0SJeff Kirsher	  the questions about Cirrus cards. If you say Y, you will be asked
1657d0b7a0SJeff Kirsher	  for your specific card in the following questions.
1757d0b7a0SJeff Kirsher
1857d0b7a0SJeff Kirsherif NET_VENDOR_CIRRUS
1957d0b7a0SJeff Kirsher
2057d0b7a0SJeff Kirsherconfig EP93XX_ETH
2157d0b7a0SJeff Kirsher	tristate "EP93xx Ethernet support"
2257d0b7a0SJeff Kirsher	depends on ARM && ARCH_EP93XX
2357d0b7a0SJeff Kirsher	select MII
2457d0b7a0SJeff Kirsher	help
2557d0b7a0SJeff Kirsher	  This is a driver for the ethernet hardware included in EP93xx CPUs.
2657d0b7a0SJeff Kirsher	  Say Y if you are building a kernel for EP93xx based devices.
2757d0b7a0SJeff Kirsher
2857d0b7a0SJeff Kirsherendif # NET_VENDOR_CIRRUS
29