config IWL7000
	tristate "Intel Wireless WiFi 7000 series driver (new version)"

	# normal iwlwifi dependencies
	depends on PCI && HAS_IOMEM
	select FW_LOADER
	select NEW_LEDS
	select LEDS_CLASS
	select LEDS_TRIGGERS

	# this is because we don't depend on mac80211
	depends on CFG80211

	# things mac80211 selects
	select CRYPTO
	select CRYPTO_ARC4
	select CRYPTO_AES
	select CRC32
	select AVERAGE

	# we can't really be modular ... at least I was too lazy for it
	depends on m

config IWL7000_DEBUGFS
	def_bool y
	depends on IWL7000
	depends on CFG80211_DEBUGFS

config IWL7000_TRACING
	def_bool y
	depends on IWL7000
	depends on EVENT_TRACING

config IWL7000_TESTMODE
	def_bool y
	depends on IWL7000
	depends on NL80211_TESTMODE

config IWL7000_XVT
	tristate "Enable IWL7000 XVT (production test) code"
	default m
	depends on IWL7000
	depends on IWL7000_TESTMODE
