Files
linux/scripts/kconfig
Arnaud Lacombe ab60bd0b92 kconfig: add more S_INT and S_HEX consistency checks
This patch add more number consistency checkg, trying to catch the following
situation:

config FOO0
	hex
	default 42

config FOO1
	string

config BAR0
	int
	default FOO1

config BAR1
	hex
	default FOO1

config FOO2
	hex
	default 42h

config FOO3
	int
	default "1bar"

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2010-12-15 23:15:32 +01:00
..
2010-12-15 14:42:11 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2010-09-30 22:17:48 +02:00
2010-09-19 18:19:44 -04:00
2010-12-15 14:42:11 +01:00
2010-08-17 11:00:43 +02:00
2010-08-16 22:04:55 +02:00
2010-09-01 16:14:29 +02:00
2010-12-15 14:42:11 +01:00
2010-09-19 22:54:07 -04:00
2010-09-19 18:19:44 -04:00