From: Ben Hutchings Date: Sun, 29 Dec 2013 22:28:15 +0000 (+0100) Subject: staging: lustre: Make LUSTRE_LLITE_LLOOP tristate X-Git-Tag: v3.14-rc1~13^2~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=731becf831db210a9828a210db498e2d52af1a39;p=kernel%2Fkernel-generic.git staging: lustre: Make LUSTRE_LLITE_LLOOP tristate There seems to be no reason why it can't be a module; in fact that is currently supposed to be the default. Signed-off-by: Ben Hutchings Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig index 93d59b6..209e4c7 100644 --- a/drivers/staging/lustre/lustre/Kconfig +++ b/drivers/staging/lustre/lustre/Kconfig @@ -55,6 +55,6 @@ config LUSTRE_TRANSLATE_ERRNOS default y config LUSTRE_LLITE_LLOOP - bool "Lustre virtual block device" + tristate "Lustre virtual block device" depends on LUSTRE_FS && BLOCK default m