diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-19 01:37:54 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-06 12:55:53 -0400 |
commit | 67df6cc665dc3441bf5eb2ad7018e969463a2588 (patch) | |
tree | 1726543429631fdb6fcd6670bb80b9ae338eb9c5 /arch/blackfin/Kconfig | |
parent | 382dbe5b39a4efa6fdb3e5093e5d0bdbb5c5301f (diff) |
Blackfin: add support for LZO compressed kernels
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index de4bd432b439..0f63ed4fe143 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -32,6 +32,7 @@ config BLACKFIN | |||
32 | select HAVE_KERNEL_GZIP if RAMKERNEL | 32 | select HAVE_KERNEL_GZIP if RAMKERNEL |
33 | select HAVE_KERNEL_BZIP2 if RAMKERNEL | 33 | select HAVE_KERNEL_BZIP2 if RAMKERNEL |
34 | select HAVE_KERNEL_LZMA if RAMKERNEL | 34 | select HAVE_KERNEL_LZMA if RAMKERNEL |
35 | select HAVE_KERNEL_LZO if RAMKERNEL | ||
35 | select HAVE_OPROFILE | 36 | select HAVE_OPROFILE |
36 | select ARCH_WANT_OPTIONAL_GPIOLIB | 37 | select ARCH_WANT_OPTIONAL_GPIOLIB |
37 | 38 | ||