From: Cody Schafer Date: Fri, 13 Jul 2012 18:27:12 +0000 (-0700) Subject: kconfig: allow long lines in config file X-Git-Tag: v3.6-rc1~53^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7a8c6fd8ca24d3692dacddf8d658c9bb9c14ad;p=pandora-kernel.git kconfig: allow long lines in config file For some config options (CONFIG_EXTRA_FIRMWARE, for example), the length of a config file line can exceed the 1024 byte buffer. Switch from fgets to compat_getline to fix. compat_getline is an internally implimented getline work-alike for portability purposes. Signed-off-by: Cody Schafer Signed-off-by: Michal Marek --- Reading git-diff-tree failed