From: Mathieu Desnoyers Date: Wed, 11 Apr 2012 00:36:17 +0000 (-0400) Subject: README: Document that CONFIG_MODULES is required X-Git-Tag: v2.0.2~3 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=2dc86a59c506ab4ee63e50531649b6cf04b3eac6 README: Document that CONFIG_MODULES is required Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index c3568f83..89b4a7af 100644 --- a/README +++ b/README @@ -51,6 +51,8 @@ kernel version. * Kernel config options required +CONFIG_MODULES: required + * Kernel modules support. CONFIG_KALLSYMS: required * See wrapper/ files. This is necessary until the few required missing symbols are exported to GPL modules from mainline.