diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-23 18:28:29 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-27 20:38:03 +0800 |
commit | 8a2240f256f5c549600e1d0bda438d2b04731b2b (patch) | |
tree | 934f9a27321d0fad2748d9b9b8a7156e254dca53 /arch/arm/configs | |
parent | ad775ac13d01513f8a35235e5b2304623549ee7c (diff) |
ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config
The KERNEL_GZIP is used in most config and is the default, there is no
clear reason to diverge so let default be used.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 63042f8f1e17..05706696a5fb 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -1,4 +1,3 @@ -CONFIG_KERNEL_LZO=y CONFIG_SYSVIPC=y CONFIG_NO_HZ_IDLE=y CONFIG_HIGH_RES_TIMERS=y |