From: John Stultz Date: Sat, 14 Dec 2013 20:06:45 +0000 (-0800) Subject: ion: Don't allow building ION as a module. X-Git-Tag: v3.14-rc1~150^2~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=968141d2541fea22f921bf643636b3b51177336c;p=pandora-kernel.git ion: Don't allow building ION as a module. ION doesn't export the proper symbols for it to be a module. This causes build issues when ION is configured as a module. Since Andorid kernels rarely use modules (I think recent policy requires no modules?), go ahead and set the ION config to a bool from the tristate option. If folks decide ION as a module is important, we will have to go through and export the various needed symbols. Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed