prevent UML build failure against decompress_lzo.c

SVN-Revision: 19934
This commit is contained in:
Florian Fainelli 2010-03-01 14:55:15 +00:00
parent b1d3ace5ea
commit ba3f8604da
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
+config RD_LZO
+ bool "Support initial ramdisks compressed using LZO" if EMBEDDED
+ default !EMBEDDED
+ depends on BLK_DEV_INITRD
+ depends on BLK_DEV_INITRD && HAVE_KERNEL_LZO
+ select DECOMPRESS_LZO
+ help
+ Support loading of a LZO encoded initial ramdisk or cpio buffer

View file

@ -58,7 +58,7 @@
+config RD_LZO
+ bool "Support initial ramdisks compressed using LZO" if EMBEDDED
+ default !EMBEDDED
+ depends on BLK_DEV_INITRD
+ depends on BLK_DEV_INITRD && HAVE_KERNEL_LZO
+ select DECOMPRESS_LZO
+ help
+ Support loading of a LZO encoded initial ramdisk or cpio buffer