libpayload: Fix OHCI some more
[coreboot.git] / payloads / libpayload / Config.in
index 028dd332f9832fc1fa9ded2d83c2ec57224b1b4f..0ce4ae539f416856e3cf09f1b6634605bb461b26 100644 (file)
@@ -129,7 +129,14 @@ config CBFS
        bool "CBFS support"
        default y
        help
-         CBFS is the archive format of (obsolete) coreboot v3
+         CBFS is the archive format of coreboot
+
+config LZMA
+       bool "LZMA decoder"
+       default y
+       help
+         LZMA decoder implementation, usable eg. by CBFS,
+         but also externally.
 endmenu
 
 menu "Console Options"