[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1411490752.20236.28.camel@x220>
Date: Tue, 23 Sep 2014 18:45:52 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Valentin Rothberg <valentinrothberg@...il.com>
Cc: linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
stefan.hengelein@....de
Subject: Re: [PATCH v4] checkkconfigsymbols.sh: reimplementation in python
Hi Valentin,
On Mon, 2014-09-22 at 16:58 +0200, Valentin Rothberg wrote:
> +FEATURE = r"\w*[A-Z]{1}\w*"
> +CONFIG_DEF = r"^\s*(?:menu){,1}config\s+(" + FEATURE + r")\s*"
If I read this correctly, this misidentifies these Kconfig symbols (all
found in powerpc, by the way):
8260
8272
40x
44x
6xx
8xx
4xx
8260 and 8272 are rather unfortunate names. I'm all for renaming them.
But we're probably stuck with those other five symbols.
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists