From 8934f6857ad0330c3d3d826a3f4da6242651e4a9 Mon Sep 17 00:00:00 2001 From: "Huang, Tao" Date: Fri, 13 Jan 2017 15:05:51 +0800 Subject: [PATCH] arm64: rockchip_defconfig: disable AIO 3ff793f3db4d ("disable aio support in recommended configuration") Change-Id: I13ec4505e7f51ccdf46bf828360a6fbf206c567d Signed-off-by: Huang, Tao --- arch/arm64/configs/rockchip_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 922777d50f7f..e255bfc5591a 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -30,6 +30,7 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_RD_LZ4 is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_KALLSYMS_ALL=y +# CONFIG_AIO is not set CONFIG_EMBEDDED=y # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_SLUB_DEBUG is not set -- 2.34.1