From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 18 Jul 2009 13:03:38 +0200 Subject: [U-Boot] =?iso-8859-1?q?=5BRFC=5D=A0CONFIG_naming_convetion?= Message-ID: <20090718110338.GA30699@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, Currently we have a mess in the drivers CONFIG naming convention as example on I2C we have CONFIG_I2C_XXXXX CONFIG_DRIVER_XXX_I2C CONFIG_XXXX_I2C CONFIG_SYS_I2C_XXXX I think it will good to have common and clean naming convention so I'll propose we use this one CONFIG_namespace_XXXXX and CONFIG_SYS_namespace_XXXXX so it will resutly for I2C to this CONFIG_I2C_XXXXX CONFIG_SYS_I2C_XXXX and the Makefile and KConfig it will be easier to sort and read Best Regards, J.