Commit 7b6b5e72 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] kconfig/wireless: Replace enable with select

From: Sam Ravnborg <sam@ravnborg.org>

'enable' is not documented in Documentation/kbuild/kconfig-language.txt So
remove usage in the only Kconfig file in the kernel tree where it was used.
parent a26fd06e
......@@ -270,8 +270,8 @@ config AIRO_CS
config PCMCIA_ATMEL
tristate "Atmel at76c502/at76c504 PCMCIA cards"
depends on NET_RADIO && EXPERIMENTAL && PCMCIA
enable FW_LOADER
enable CRC32
select FW_LOADER
select CRC32
---help---
A driver for PCMCIA 802.11 wireless cards based on the
Atmel fast-vnet chips. This driver supports standard
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment