Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753905AbZGLIMI (ORCPT ); Sun, 12 Jul 2009 04:12:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751315AbZGLIL5 (ORCPT ); Sun, 12 Jul 2009 04:11:57 -0400 Received: from hera.kernel.org ([140.211.167.34]:53895 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751058AbZGLILz (ORCPT ); Sun, 12 Jul 2009 04:11:55 -0400 From: Cheng Renquan To: linux-kbuild@vger.kernel.org, Sam Ravnborg Cc: Andrew Morton , linux-kernel@vger.kernel.org, crquan@gmail.com Subject: [PATCH 0/6] kbuild configuration system improvements Date: Sun, 12 Jul 2009 16:11:42 +0800 Message-Id: <1247386308-19628-1-git-send-email-crq@kernel.org> X-Mailer: git-send-email 1.6.3.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (hera.kernel.org [127.0.0.1]); Sun, 12 Jul 2009 08:11:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 23 From: Cheng Renquan These patches improve usability of kernel configuration system, 1. add symbol's value shown accompanied in config item's help message; 2. move the real plumbing functions code from mconf.c to menu.c, make them be able to be shared with other configuration methods; 3. add "symbol's value shown" support for gconfig/xconfig/config; 0001-add-symbol-value-to-help-find-the-real-depend.patch 0002-add-menu_get_ext_help-function-to-display-more-infor.patch 0003-menuconfig-improvements.patch 0004-make-use-of-menu_get_ext_help-in-gconfig.patch 0005-make-use-of-menu_get_ext_help-in-qconfig.patch 0006-make-use-of-menu_get_ext_help-in-make-config.patch -- Cheng Renquan -- 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/