From: Dan Magenheimer Date: Mon, 20 Feb 2012 16:29:31 +0000 (-0800) Subject: staging: ramster: Dont build ramster when CONFIGFS_FS=m X-Git-Tag: v3.4-rc1~186^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8062a62bda5ba29379e3cfc3ff85baa2b08b7ffa;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed