Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_WLCORE
	tristate "TI wlcore support"
	depends on CONFIG_MAC80211
	select CONFIG_FW_LOADER
	---help---
	  This module contains the main code for TI CONFIG_WLAN chips.  It abstracts
	  hardware-specific differences among different chipset families.
	  Each chipset family needs to implement its own lower-level module
	  that will depend on this module for the common code.

	  If you choose to build a module, it will be called wlcore. Say N if
	  unsure.

config CONFIG_WLCORE_SPI
	tristate "TI wlcore SPI support"
	depends on CONFIG_WLCORE && CONFIG_SPI_MASTER && CONFIG_OF
	select CONFIG_CRC7
	---help---
	  This module adds support for the CONFIG_SPI interface of adapters using
	  TI CONFIG_WLAN chipsets.  Select this if your platform is using
	  the CONFIG_SPI bus.

	  If you choose to build a module, it'll be called wlcore_spi.
	  Say N if unsure.

config CONFIG_WLCORE_SDIO
	tristate "TI wlcore SDIO support"
	depends on CONFIG_WLCORE && CONFIG_MMC
	---help---
	  This module adds support for the SDIO interface of adapters using
	  TI CONFIG_WLAN chipsets.  Select this if your platform is using
	  the SDIO bus.

	  If you choose to build a module, it'll be called wlcore_sdio.
	  Say N if unsure.