#
# Wireless LAN device configuration
#
choice
	prompt  "Relteak Wifi type SELECT"
#	default RTL8192CD
	default RTL_NONE
	help
	  relteak support 2*2 (81892CD) and 1*1(8189E) wifi chip.

config RTL_NONE
	bool "no RTL driver support"
	  
config RTL8192CD
	bool "RTL8192C/D 802.11b/g/n support"
	select WIRELESS_EXT
	select WEXT_PRIV
#	select RTL_92E_SUPPORT
#	select RTL_WIFI
	
config RTL8189E
	bool "RTL8189 E 802.11 a/b/g support"
	select WIRELESS_EXT
	select WEXT_PRIV
	select RTL_88E_SUPPORT
	select RTL_WIFI
	
endchoice

config MIFI_WIFI
	bool "CONFIG_MIFI_WIFI"

config RTL_92E_SUPPORT
	bool "CONFIG_RTL_92E_SUPPORT"

config RTL_88E_SUPPORT
	bool "CONFIG_RTL_88E_SUPPORT"

config RTL_WIFI
	bool "RTL WIFI SELECT"
	help
	  "select any relteak wifi chip, RTL_WIFI should be selected"
	
config RTL_11R_SUPPORT
		bool "IEEE 802.11R Support"
		default n

config RTL_WPA3_SUPPORT
	bool "WPA3 SAE Support"
	select RTL_11W_SUPPORT
	select RTL_11W_CLI_SUPPORT
	default n
	





