xref: /linux/drivers/net/wireless/ti/Kconfig (revision 6cc9efed707c575a9e5880ea68f8b9d36b235f1f)
190921014SLuciano Coelhomenuconfig WL_TI
290921014SLuciano Coelho	bool "TI Wireless LAN support"
390921014SLuciano Coelho	---help---
490921014SLuciano Coelho	  This section contains support for all the wireless drivers
590921014SLuciano Coelho	  for Texas Instruments WLAN chips, such as wl1251 and the wl12xx
690921014SLuciano Coelho	  family.
790921014SLuciano Coelho
890921014SLuciano Coelhoif WL_TI
990921014SLuciano Coelhosource "drivers/net/wireless/ti/wl1251/Kconfig"
10b2ba99ffSLuciano Coelhosource "drivers/net/wireless/ti/wl12xx/Kconfig"
119a1a6990SLuciano Coelhosource "drivers/net/wireless/ti/wl18xx/Kconfig"
12b2ba99ffSLuciano Coelho
13b2ba99ffSLuciano Coelho# keep last for automatic dependencies
147b3115f2SLuciano Coelhosource "drivers/net/wireless/ti/wlcore/Kconfig"
15*6cc9efedSLuciano Coelho
16*6cc9efedSLuciano Coelhoconfig WILINK_PLATFORM_DATA
17*6cc9efedSLuciano Coelho	bool "TI WiLink platform data"
18*6cc9efedSLuciano Coelho	depends on WLCORE_SDIO || WL1251_SDIO
19*6cc9efedSLuciano Coelho	default y
20*6cc9efedSLuciano Coelho	---help---
21*6cc9efedSLuciano Coelho	Small platform data bit needed to pass data to the sdio modules.
22*6cc9efedSLuciano Coelho
23*6cc9efedSLuciano Coelho
2490921014SLuciano Coelhoendif # WL_TI
25