summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-11-20 19:34:05 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-11-20 19:34:05 +0800
commit851075004e660eb281249dcb157691a6e41f43b3 (patch)
tree0716f205729b3503e9d3513dbfdc2b1fc6464c81
parentcefb85dfb6137e022d7ad3e14c6af306c0121922 (diff)
downloadcommon-851075004e660eb281249dcb157691a6e41f43b3.tar.gz
android-quirks.conf: support install and uninstall kernel module at runtime
add configs of CONFIG_MODULES=y and CONFIG_MODULE_UNLOAD=y Change-Id: Ib46b3e6b62c232b088bcc15b72c034c367ebd6b5 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--android-quirks.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/android-quirks.conf b/android-quirks.conf
new file mode 100644
index 0000000..a3f5b21
--- /dev/null
+++ b/android-quirks.conf
@@ -0,0 +1,2 @@
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y