commit | ddf5088e502aad5f049a0c3c0112433ac4cc40a9 | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Tue Dec 29 12:59:31 2015 +0530 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Jan 11 09:50:34 2016 +0530 |
tree | 423725178b53a265c51932490dab757709c850ff | |
parent | 99e2ba4511572c030708154dfc13573fb749bcd8 [diff] |
android: skip building drivers as modules Few Android drivers e.g. uid_cputime and PPPoLAC/oPNS, keyreset/combo, cpufreq_interactive etc.. fail to build as kernel modules. Instead of fixing the build lets make these drivers non-modular (switch config to "bool" from "tristate" in Kconfig) since Android doesn't support building kernel modules anyway. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>