blob: 5ab912937aff2e8eb34887deb2aa36c8f45bebde [file] [log] [blame]
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -07001#
2# Cirrus network device configuration
3#
4
5config NET_VENDOR_CIRRUS
6 bool "Cirrus devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jaccon Bastiaansene9460a92012-01-26 21:46:15 +01008 depends on ISA || EISA || ARM || MAC
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -07009 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -070011
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Cirrus cards. If you say Y, you will be asked
15 for your specific card in the following questions.
16
17if NET_VENDOR_CIRRUS
18
Jeff Kirsherb340a202011-10-07 22:07:44 +000019config CS89x0
20 tristate "CS89x0 support"
Jaccon Bastiaansene9460a92012-01-26 21:46:15 +010021 depends on ISA || EISA || ARM
Jeff Kirsherb340a202011-10-07 22:07:44 +000022 ---help---
23 Support for CS89x0 chipset based Ethernet cards. If you have a
Paul Gortmaker138b15e2015-06-21 16:28:02 -040024 network (Ethernet) card of this type, say Y and read the file
Jeff Kirsherb340a202011-10-07 22:07:44 +000025 <file:Documentation/networking/cs89x0.txt>.
26
27 To compile this driver as a module, choose M here. The module
28 will be called cs89x0.
29
Jaccon Bastiaansene9460a92012-01-26 21:46:15 +010030config CS89x0_PLATFORM
Arnd Bergmannfc9a5702015-01-28 15:15:01 +010031 bool "CS89x0 platform driver support" if HAS_IOPORT_MAP
32 default !HAS_IOPORT_MAP
Jaccon Bastiaansene9460a92012-01-26 21:46:15 +010033 depends on CS89x0
34 help
35 Say Y to compile the cs89x0 driver as a platform driver. This
36 makes this driver suitable for use on certain evaluation boards
37 such as the iMX21ADS.
38
39 If you are unsure, say N.
Jeff Kirsherb340a202011-10-07 22:07:44 +000040
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -070041config EP93XX_ETH
42 tristate "EP93xx Ethernet support"
43 depends on ARM && ARCH_EP93XX
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -070044 select MII
45 help
46 This is a driver for the ethernet hardware included in EP93xx CPUs.
47 Say Y if you are building a kernel for EP93xx based devices.
48
Geert Uytterhoeven0a3360e2011-10-29 08:09:01 +000049config MAC89x0
50 tristate "Macintosh CS89x0 based ethernet cards"
51 depends on MAC
52 ---help---
53 Support for CS89x0 chipset based Ethernet cards. If you have a
Paul Gortmaker138b15e2015-06-21 16:28:02 -040054 Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
Geert Uytterhoeven0a3360e2011-10-29 08:09:01 +000055
56 To compile this driver as a module, choose M here. This module will
57 be called mac89x0.
58
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -070059endif # NET_VENDOR_CIRRUS