]> asedeno.scripts.mit.edu Git - linux.git/commit
ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FS
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 5 Nov 2018 08:25:40 +0000 (09:25 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 13 Dec 2018 21:09:07 +0000 (22:09 +0100)
commitaa3d31e08c5707c99feebe53cb713fb43f526f16
treeece4ff35bc3ef1b6089f872a6df6c58871d04ed7
parenteb66eff6636de0e83f74294447b47aec51e069fc
ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FS

Instead of adding yet another dependency on UBIFS_FS, wrap the whole
block of ubifs config options in a single "if UBIFS_FS".

Fixes: d8a22773a12c6d78 ("ubifs: Enable authentication support")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/Kconfig