0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CW1200
0003 tristate "CW1200 WLAN support"
0004 depends on MAC80211 && CFG80211
0005 help
0006 This is a driver for the ST-E CW1100 & CW1200 WLAN chipsets.
0007 This option just enables the driver core, see below for
0008 specific bus support.
0009
0010 if CW1200
0011
0012 config CW1200_WLAN_SDIO
0013 tristate "Support SDIO platforms"
0014 depends on CW1200 && MMC
0015 help
0016 Enable support for the CW1200 connected via an SDIO bus.
0017 By default this driver only supports the Sagrad SG901-1091/1098 EVK
0018 and similar designs that utilize a hardware reset circuit. To
0019 support different CW1200 SDIO designs you will need to override
0020 the default platform data by calling cw1200_sdio_set_platform_data()
0021 in your board setup file.
0022
0023 config CW1200_WLAN_SPI
0024 tristate "Support SPI platforms"
0025 depends on CW1200 && SPI
0026 help
0027 Enables support for the CW1200 connected via a SPI bus. You will
0028 need to add appropriate platform data glue in your board setup
0029 file.
0030
0031 endif