162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Cirrus network device configuration
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig NET_VENDOR_CIRRUS
762306a36Sopenharmony_ci	bool "Cirrus devices"
862306a36Sopenharmony_ci	default y
962306a36Sopenharmony_ci	depends on ISA || EISA || ARM || MAC || COMPILE_TEST
1062306a36Sopenharmony_ci	help
1162306a36Sopenharmony_ci	  If you have a network (Ethernet) card belonging to this class, say Y.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
1462306a36Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all
1562306a36Sopenharmony_ci	  the questions about Cirrus cards. If you say Y, you will be asked
1662306a36Sopenharmony_ci	  for your specific card in the following questions.
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciif NET_VENDOR_CIRRUS
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciconfig CS89x0
2162306a36Sopenharmony_ci	tristate
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciconfig CS89x0_ISA
2462306a36Sopenharmony_ci	tristate "CS89x0 ISA driver support"
2562306a36Sopenharmony_ci	depends on HAS_IOPORT_MAP
2662306a36Sopenharmony_ci	depends on ISA
2762306a36Sopenharmony_ci	depends on !PPC32
2862306a36Sopenharmony_ci	depends on CS89x0_PLATFORM=n
2962306a36Sopenharmony_ci	select NETDEV_LEGACY_INIT
3062306a36Sopenharmony_ci	select CS89x0
3162306a36Sopenharmony_ci	help
3262306a36Sopenharmony_ci	  Support for CS89x0 chipset based Ethernet cards. If you have a
3362306a36Sopenharmony_ci	  network (Ethernet) card of this type, say Y and read the file
3462306a36Sopenharmony_ci	  <file:Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst>.
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ci	  To compile this driver as a module, choose M here. The module
3762306a36Sopenharmony_ci	  will be called cs89x0.
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ciconfig CS89x0_PLATFORM
4062306a36Sopenharmony_ci	tristate "CS89x0 platform driver support"
4162306a36Sopenharmony_ci	depends on ARM || (COMPILE_TEST && !PPC)
4262306a36Sopenharmony_ci	select CS89x0
4362306a36Sopenharmony_ci	help
4462306a36Sopenharmony_ci	  Say Y to compile the cs89x0 platform driver. This makes this driver
4562306a36Sopenharmony_ci	  suitable for use on certain evaluation boards such as the iMX21ADS.
4662306a36Sopenharmony_ci
4762306a36Sopenharmony_ci	  To compile this driver as a module, choose M here. The module
4862306a36Sopenharmony_ci	  will be called cs89x0.
4962306a36Sopenharmony_ci
5062306a36Sopenharmony_ciconfig EP93XX_ETH
5162306a36Sopenharmony_ci	tristate "EP93xx Ethernet support"
5262306a36Sopenharmony_ci	depends on (ARM && ARCH_EP93XX) || COMPILE_TEST
5362306a36Sopenharmony_ci	select MII
5462306a36Sopenharmony_ci	help
5562306a36Sopenharmony_ci	  This is a driver for the ethernet hardware included in EP93xx CPUs.
5662306a36Sopenharmony_ci	  Say Y if you are building a kernel for EP93xx based devices.
5762306a36Sopenharmony_ci
5862306a36Sopenharmony_ciconfig MAC89x0
5962306a36Sopenharmony_ci	tristate "Macintosh CS89x0 based ethernet cards"
6062306a36Sopenharmony_ci	depends on MAC
6162306a36Sopenharmony_ci	help
6262306a36Sopenharmony_ci	  Support for CS89x0 chipset based Ethernet cards.  If you have a
6362306a36Sopenharmony_ci	  Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
6462306a36Sopenharmony_ci
6562306a36Sopenharmony_ci	  To compile this driver as a module, choose M here. This module will
6662306a36Sopenharmony_ci	  be called mac89x0.
6762306a36Sopenharmony_ci
6862306a36Sopenharmony_ciendif # NET_VENDOR_CIRRUS
69