#
# KS884X network device configuration
#


config KS8842
	bool "KS8841/2 Ethernet controller support"
	depends on NET_ETHERNET
	help
	  Micrel KS8841/2 Ethernet controller support.

config KS8841
	bool "KS8841 only"
	depends on KS8842
	help
	  Say Y to build Micrel KS8841 device.

config KS8842_TWO
	bool "KS8842 with 2 devices"
	depends on KS8842 && KS8841 != y
	help
	  Say Y to create 2 network devices with KS8842.

config KS8842_SH
	tristate "SH support"
	depends on KS8842
	select KS8842_ISA
	help
	  Say Y for SuperH bus support.  Say M to load the driver as a module.

config KS8842_ISA
	tristate "ISA support"
	depends on KS8842 && KS8842_SH = n
	help
	  Say Y for ISA bus support.  Say M to load the driver as a module.

config KS8842_PCI
	tristate "PCI support"
	depends on KS8842 && PCI
	help
	  Say Y for PCI bus support.  Say M to load the driver as a module.

config 32BIT_ACCESS_ONLY
	tristate "ISA 32bit access only"
	depends on KS884X_LOAD_BOARD && KS8842_ISA 
	help
	  Access KS8841/2M-32 with 32bit access only.

config 16BIT_ACCESS_ONLY
	tristate "ISA 16bit access only"
	depends on KS884X_LOAD_BOARD && KS8842_ISA && 32BIT_ACCESS_ONLY != y
	help
	  Access KS8841/2M-16 with 16bit access only.
