diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-12-03 17:20:57 +0100 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2016-01-20 14:44:13 +0100 |
commit | 42b510eb56dea96150dfc0747d4b2486b7fa72e0 (patch) | |
tree | 8cc7bc1563f92a9df95abb0a35a91488c0d6a326 /arch/h8300/Kconfig | |
parent | h8300: zImage alignment fix (diff) | |
download | linux-42b510eb56dea96150dfc0747d4b2486b7fa72e0.tar.xz linux-42b510eb56dea96150dfc0747d4b2486b7fa72e0.zip |
h8300: Add LZO compression
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r-- | arch/h8300/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 2e20333cbce9..3084e58b4610 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -18,6 +18,8 @@ config H8300 select HAVE_DMA_ATTRS select CLKSRC_OF select H8300_TMR8 + select HAVE_KERNEL_GZIP + select HAVE_KERNEL_LZO config RWSEM_GENERIC_SPINLOCK def_bool y |