From 173aafbf9dbb55f7e0133110d7f1a80a71db740e Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Mon, 27 Feb 2017 18:22:06 +0100 Subject: cmd: Expose a Kconfig option to enable UBIFS commands Create a new Kconfig entry to allow CMD_UBIFS selection from Kconfig and add an hidden LZO option that can be selected by CMD_UBIFS. Signed-off-by: Boris Brezillon Signed-off-by: Maxime Ripard Acked-by: Jagan Teki --- lib/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Kconfig') diff --git a/lib/Kconfig b/lib/Kconfig index 10480689f2..a0d5d926eb 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -135,6 +135,8 @@ config LZ4 frame format currently (2015) implemented in the Linux kernel (generated by 'lz4 -l'). The two formats are incompatible. +config LZO + bool endmenu config ERRNO_STR -- cgit v1.2.3