diff options
Diffstat (limited to 'drivers/staging/stlc45xx/Kconfig')
-rw-r--r-- | drivers/staging/stlc45xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/stlc45xx/Kconfig b/drivers/staging/stlc45xx/Kconfig new file mode 100644 index 00000000000..8d3f46f190e --- /dev/null +++ b/drivers/staging/stlc45xx/Kconfig @@ -0,0 +1,8 @@ +config STLC45XX + tristate "stlc4550/4560 support" + depends on MAC80211 && WLAN_80211 && SPI_MASTER + ---help--- + This is a driver for stlc4550 and stlc4560 chipsets. + + To compile this driver as a module, choose M here: the module will be + called stlc45xx. If unsure, say N. |