diff options
Diffstat (limited to 'arch/c6x/Kconfig.debug')
-rw-r--r-- | arch/c6x/Kconfig.debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/c6x/Kconfig.debug b/arch/c6x/Kconfig.debug new file mode 100644 index 000000000000..c299e0d8eca3 --- /dev/null +++ b/arch/c6x/Kconfig.debug | |||
@@ -0,0 +1,10 @@ | |||
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. | ||