public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC] CONFIG naming convetion
@ 2009-07-18 11:03 Jean-Christophe PLAGNIOL-VILLARD
  2009-07-18 12:50 ` Wolfgang Denk
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-18 11:03 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2009-07-21 15:59 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-18 11:03 [U-Boot] [RFC] CONFIG naming convetion Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 12:50 ` Wolfgang Denk
2009-07-18 13:05   ` Heiko Schocher
2009-07-18 14:48   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 17:33     ` Wolfgang Denk
2009-07-18 15:15 ` Robin Getz
2009-07-18 15:52   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 21:30     ` Robin Getz
2009-07-18 17:50   ` Wolfgang Denk
2009-07-18 21:13     ` Robin Getz
2009-07-18 22:25       ` Wolfgang Denk
2009-07-20  3:55         ` Robin Getz
2009-07-20 20:33           ` Wolfgang Denk
2009-07-21 15:59             ` Robin Getz
2009-07-20  8:02         ` Alessandro Rubini
2009-07-20 14:27           ` Wolfgang Denk
2009-07-19  5:54     ` Heiko Schocher
2009-07-18 18:56 ` Mike Frysinger
2009-07-18 19:08   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox