staging: lustre: Make LUSTRE_LLITE_LLOOP tristate
authorBen Hutchings <ben@decadent.org.uk>
Sun, 29 Dec 2013 22:28:15 +0000 (23:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:53:26 +0000 (15:53 -0800)
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 <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/Kconfig

index 93d59b6..209e4c7 100644 (file)
@@ -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