]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ramster: Dont build ramster when CONFIGFS_FS=m
authorDan Magenheimer <dan.magenheimer@oracle.com>
Mon, 20 Feb 2012 16:29:31 +0000 (08:29 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 19:59:58 +0000 (11:59 -0800)
commit83b2f06902f5c26a2632b4b2dd2e412a42ab56be
tree2146947542e938723fb6c463ecde189899d68b0e
parent19d7a5138b2742b5973a75aa9db016fcab5ef985
staging: ramster: Dont build ramster when CONFIGFS_FS=m

Ramster can't be a module (yet) and depends on CONFIGFS_FS=y, but
allmodconfig builds with CONFIGFS_FS=m, which breaks the build.
And forcing CONFIGFS_FS=y with select breaks the build in other ways.
So just don't build ramster unless CONFIGFS_FS=y.

Also, while we're here, add a comment as to why BROKEN is depended.

Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ramster/Kconfig