]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/c6x/Kconfig.debug
Merge commit '1dbcb97c656eed1a244c960b8b3a469c3d20ce7b' into omap-for-v4.20/soc
[linux.git] / arch / c6x / Kconfig.debug
1 # SPDX-License-Identifier: GPL-2.0
2
3 config ACCESS_CHECK
4         bool "Check the user pointer address"
5         default y
6         help
7           Usually the pointer transfer from user space is checked to see if its
8           address is in the kernel space.
9
10           Say N here to disable that check to improve the performance.