diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-07 03:47:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 07:20:13 -0400 |
commit | 538067c822e2512d9a165c71c0c5722168470304 (patch) | |
tree | cb85aa1e3d887d910e7fa021ed06bcaa61d59a3c /arch/blackfin/Kconfig | |
parent | bac7d89ebe64eca9ce63ee6a5e4341d252671467 (diff) |
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 | |||
20 | config BLACKFIN | 20 | config BLACKFIN |
21 | def_bool y | 21 | def_bool y |
22 | select HAVE_IDE | 22 | select HAVE_IDE |
23 | select HAVE_KERNEL_GZIP | ||
24 | select HAVE_KERNEL_BZIP2 | ||
25 | select HAVE_KERNEL_LZMA | ||
23 | select HAVE_OPROFILE | 26 | select HAVE_OPROFILE |
24 | select ARCH_WANT_OPTIONAL_GPIOLIB | 27 | select ARCH_WANT_OPTIONAL_GPIOLIB |
25 | 28 | ||