summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2017-02-27 17:22:06 (GMT)
committerJagan Teki <jagan@amarulasolutions.com>2017-04-07 05:53:45 (GMT)
commit173aafbf9dbb55f7e0133110d7f1a80a71db740e (patch)
tree691475ec03788ace594c4ab33a3de22281dee418 /lib
parentaa049152dc4293760d96880c39edaa04df979254 (diff)
downloadu-boot-173aafbf9dbb55f7e0133110d7f1a80a71db740e.tar.xz
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 <boris.brezillon@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 1048068..a0d5d92 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