summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghak Sung <jh1009.sung@samsung.com>2015-09-16 15:23:34 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:50:33 +0900
commitde74dc827fdcf76477537d67e0daf922085b8cfd (patch)
tree99be8f4aeefaa6f2af21edc4010a3c09a9a81c40
parent4655103327e0906f0ea3f4d2a3f2a033d374590e (diff)
ARM: odroidxu3_defconfig: enable UACCESS_WITH_MEMCPY
Enable CONFIG_UACCESS_WITH_MEMCPY for odroid-xu3. Fix an issue that sometimes TS data is broken when DVB demux pass the data to user-space by using copy_to_user. Change-Id: I7994f193871e70afe31df9c7abdd75b8909b587d Signed-off-by: Junghak Sung <jh1009.sung@samsung.com>
-rw-r--r--arch/arm/configs/odroidxu3_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/odroidxu3_defconfig b/arch/arm/configs/odroidxu3_defconfig
index 3a6afc33558c..c5fae4e14911 100644
--- a/arch/arm/configs/odroidxu3_defconfig
+++ b/arch/arm/configs/odroidxu3_defconfig
@@ -542,7 +542,7 @@ CONFIG_PGTABLE_MAPPING=y
CONFIG_ZSMALLOC_STAT=y
CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_ALIGNMENT_TRAP=y
-# CONFIG_UACCESS_WITH_MEMCPY is not set
+CONFIG_UACCESS_WITH_MEMCPY=y
CONFIG_SECCOMP=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y