From patchwork Thu Nov 4 04:16:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Lacombe X-Patchwork-Id: 300992 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oA44KnL2015785 for ; Thu, 4 Nov 2010 04:20:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750858Ab0KDEUs (ORCPT ); Thu, 4 Nov 2010 00:20:48 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:59623 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750769Ab0KDEUs (ORCPT ); Thu, 4 Nov 2010 00:20:48 -0400 Received: by gxk23 with SMTP id 23so1067316gxk.19 for ; Wed, 03 Nov 2010 21:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=XKi8Tvst4f4B8hBr6syE8mE95iG/W+KNyn9wQbSaKwk=; b=I/qCTvf0i0eBYsL23gb69YzftJGSBORnrCW8CqUBjKQHZ98CQBYOMpl+dnvrYizkzQ lbrIa45t6wDOv+L5xbj35Dagj5Ff3bLuRaD4d0NVjM2pqaDLlBC+ngMtVYOsDTYB4x7d O/qDmBEvPZZMgKDzSV+GszOR5I4bhxtMF9dKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=xTKrr0cAvY16+bRVMaJVLdEth+8Lm7GiPom4W+AbGVTzV7f27PvBn5RQMUZqK3d79y HA5w+xJ3dbCD71f4/hdRAoakPnw+Xg4deYRdunKFUwP97OO51SSXecF5q32F3kpv8fLC LtNxtTneJeL+mRrkD3aNXmkvlYmjjVI2DQ2Cc= Received: by 10.150.203.5 with SMTP id a5mr479774ybg.28.1288844447363; Wed, 03 Nov 2010 21:20:47 -0700 (PDT) Received: from localhost.localdomain (76-10-183-171.dsl.teksavvy.com [76.10.183.171]) by mx.google.com with ESMTPS id m4sm7801640yha.26.2010.11.03.21.20.46 (version=SSLv3 cipher=RC4-MD5); Wed, 03 Nov 2010 21:20:46 -0700 (PDT) From: Arnaud Lacombe To: Michal Marek Cc: linux-kbuild , Arnaud Lacombe , catalin.marinas@arm.com Subject: [PATCH] kconfig: the day kconfig warns about "select"-abuse has come Date: Thu, 4 Nov 2010 00:16:08 -0400 Message-Id: <1288844168-21539-1-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.2.30.gc37d7.dirty Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 04 Nov 2010 04:20:50 +0000 (UTC) diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt index 2fe93ca..5b9b1be 100644 --- a/Documentation/kbuild/kconfig-language.txt +++ b/Documentation/kbuild/kconfig-language.txt @@ -112,7 +112,6 @@ applicable everywhere (see syntax). (no prompts anywhere) and for symbols with no dependencies. That will limit the usefulness but on the other hand avoid the illegal configurations all over. - kconfig should one day warn about such things. - numerical ranges: "range" ["if" ] This allows to limit the range of possible input values for int