> No, that's not true, if RT2X00_LIB has no help text it would > never show up to the user. No, that's not true either. It's not a feature of the help text, but of the little description behind the bool or tristate option. The following example would make a CONFIG_LIBERAS entry, that can be tristate, and is automatically set correctly. If I set LIBERTAS_CS to "m", it would be "m". If it is "y", it would be "y" as well. And if LIBERTAS_CS is "m", but LIBERTAS_USB is "y", it would still be "y". Kconfig is sane enought to find out what it should do. config LIBERTAS tristate depends on NET_RADIO config LIBERTAS_CS tristate "Marvell Libertas 8388 CF 802.11b/g cards" depends on PCMCIA && EXPERIMENTAL select FW_LOADER select LIBERTAS ---help--- A driver for Marvell Libertas 8385 compact flash devices. config LIBERTAS_USB tristate "Marvell Libertas 8388 USB 802.11b/g cards" depends on USB select FW_LOADER select LIBERTAS ---help--- A driver for Marvell Libertas 8388 USB devices. config LIBERTAS_DEBUG bool "Enable full debugging in the Libertas library" depends on LIBERTAS ---help--- Debugging support - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html