Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759482AbXLaM0t (ORCPT ); Mon, 31 Dec 2007 07:26:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758683AbXLaM0l (ORCPT ); Mon, 31 Dec 2007 07:26:41 -0500 Received: from moutng.kundenserver.de ([212.227.126.188]:58684 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757764AbXLaM0k (ORCPT ); Mon, 31 Dec 2007 07:26:40 -0500 Date: Mon, 31 Dec 2007 13:26:32 +0100 (CET) From: Bodo Eggert <7eggert@gmx.de> To: linux-kernel@vger.kernel.org cc: linux-scsi@vger.kernel.org, netdev@vger.kernel.org Subject: Bad escriptions in Kconfig Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii X-be10.7eggert.dyndns.org-MailScanner-Information: See www.mailscanner.info for information X-be10.7eggert.dyndns.org-MailScanner: Found to be clean X-be10.7eggert.dyndns.org-MailScanner-From: 7eggert@gmx.de X-Provags-ID: V01U2FsdGVkX1+HyEwucfXjcVPZCw70SLAolqgABqjpI1RAIsL sdylrInCT4QAacT1CBmbIZJmkF87ZDXGgUM/U813Ark+Y3Eo0P mxWZUc+J7hn+8IJcXcFPA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1939 Lines: 67 In some of the Kconfig files, the options are not adequately decribed. I collected a few of the bad descriptions I found: --- Lowlevel video output switch controls (VIDEO_OUTPUT_CONTROL) [M/n/y/?] (NEW) ? This framework adds support for low-level control of the video output switch. --- - What is THE video output switch and why would I need low level control? - Frameworks should be auto-selected like libraries, shouldn't they? - WTF is this a module? ------------- --- Auxiliary Display support (AUXDISPLAY) [N/y/?] (NEW) ? Say Y here to get to see options for auxiliary display drivers. This option alone does not add any kernel code. --- - If I knw what an axilary display was, I would not read this help text! - After digging some time, I discovered that all Auxdisplays are parallel port devices. Rename to "Parallel port display device support"? ------------- --- Transformation user configuration interface (XFRM_USER) [N/m/y/?] (NEW) Support for Transformation(XFRM) user configuration interface like IPsec used by native Linux tools. If unsure, say Y. --- - I'm not sure if these words combine to a sentence. - I can't tell if IPSEC is the only user or if I'd break other parts by not saying 'Y'. OTOH, I don't want to bloat my kernel ... - What's a native linux tool? ------------- --- SCSI target support (SCSI_TGT) [N/m/y/?] (NEW) ? If you want to use SCSI target mode drivers enable this option. If you choose M, the module will be called scsi_tgt. --- What TF is a SCSI target mode, what is a target mode driver? -- I'm a member of DNA (National Assocciation of Dyslexics). -- Storm in <5Z4Z7.52353$4x4.6445347@news2-win.server.ntlworld.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/