diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-07 09:47:01 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 13:20:13 +0200 |
commit | 538067c822e2512d9a165c71c0c5722168470304 (patch) | |
tree | cb85aa1e3d887d910e7fa021ed06bcaa61d59a3c /arch/blackfin/Kconfig | |
parent | Blackfin: convert Kconfig style to def_bool (diff) | |
download | linux-538067c822e2512d9a165c71c0c5722168470304.tar.xz linux-538067c822e2512d9a165c71c0c5722168470304.zip |
Blackfin: add support for bzip2/lzma compressed kernel images
Since U-Boot can support these compression types, add appropriate targets
to the Blackfin boot files.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 2cf455a7c011..6ae9a0306b35 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -20,6 +20,9 @@ config RWSEM_XCHGADD_ALGORITHM config BLACKFIN def_bool y select HAVE_IDE + select HAVE_KERNEL_GZIP + select HAVE_KERNEL_BZIP2 + select HAVE_KERNEL_LZMA select HAVE_OPROFILE select ARCH_WANT_OPTIONAL_GPIOLIB |