[PATCH] kconfig/wireless: Replace enable with select

From: Sam Ravnborg
Date: Tue Jan 20 2004 - 14:54:50 EST


'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.

Sam

===== drivers/net/wireless/Kconfig 1.16 vs edited =====
--- 1.16/drivers/net/wireless/Kconfig Sun Jan 11 01:57:32 2004
+++ edited/drivers/net/wireless/Kconfig Tue Jan 20 20:45:07 2004
@@ -270,8 +270,8 @@
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/