From 08a24c4b3807b9426d1e53f0b7a5dfa8161e1aa8 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 19 Jan 2011 14:43:26 -0200 Subject: [PATCH] Document make stagingconfig target Signed-off-by: Mauro Carvalho Chehab --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index 91c580c..1afb03e 100644 --- a/INSTALL +++ b/INSTALL @@ -52,6 +52,12 @@ Module selection rules: allmodconfig - Called by make all. Selects all modules that are known to compile against the kernel version used. +stagingconfig - Select all modules, plus all staging modules. The + staging drivers are there because they may have + bad userspace API's, serious bugs and/or not fill + into Kernel required level of quality. So, be + careful with those drivers. + xconfig - Generate a xconfig menu. Requires full kernel source, since it depends on kernel's qconf stript;