commit | 8eb2961d8fbe6007ea5b13397ee8c729189291c4 | [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 Oct 24 23:41:21 2016 +0800 |
tree | f7ff536ac1c32df5a5c8b3f081cf455391ae07a2 | |
parent | 5ff0eb2efc1c73773ee81fe3207abc67f58b2a4c [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>