From: Kees Cook Date: Fri, 28 Jun 2013 19:56:51 +0000 (-0700) Subject: kconfig: allow "hex" and "range" to support longs X-Git-Tag: v3.11-rc1~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57caaaed2bd127fe656e6c145970ed6a05c0125;p=pandora-kernel.git kconfig: allow "hex" and "range" to support longs The parsing routines for Kconfig files use strtol(), but store and render values as int. Switch types and formating to long to support a wider range of values. For example, 0x80000000 wasn't representable. Signed-off-by: Kees Cook Tested-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" --- Reading git-diff-tree failed