diff --git a/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig b/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig index 099793896ea6..41d9b5f1362f 100644 --- a/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig +++ b/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig @@ -32,6 +32,7 @@ CONFIG_HZ_1000=y CONFIG_THUMB2_KERNEL=y # CONFIG_COMPACTION is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_UACCESS_WITH_MEMCPY=y # CONFIG_SWIOTLB is not set CONFIG_CMDLINE="coherent_pool=0 user_debug=31" CONFIG_CMDLINE_EXTEND=y diff --git a/arch/arm/configs/rk3308_linux_aarch32_defconfig b/arch/arm/configs/rk3308_linux_aarch32_defconfig index cd0f49323385..85d8c4f871bc 100644 --- a/arch/arm/configs/rk3308_linux_aarch32_defconfig +++ b/arch/arm/configs/rk3308_linux_aarch32_defconfig @@ -32,6 +32,7 @@ CONFIG_HZ_1000=y CONFIG_THUMB2_KERNEL=y # CONFIG_COMPACTION is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_UACCESS_WITH_MEMCPY=y # CONFIG_SWIOTLB is not set CONFIG_CMDLINE="coherent_pool=0 loglevel=0" CONFIG_CMDLINE_EXTEND=y