summaryrefslogtreecommitdiff
path: root/arch/c6x/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/Kconfig.debug')
-rw-r--r--arch/c6x/Kconfig.debug10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/c6x/Kconfig.debug b/arch/c6x/Kconfig.debug
deleted file mode 100644
index c299e0d8eca3..000000000000
--- a/arch/c6x/Kconfig.debug
+++ /dev/null
@@ -1,10 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-
-config ACCESS_CHECK
- bool "Check the user pointer address"
- default y
- help
- Usually the pointer transfer from user space is checked to see if its
- address is in the kernel space.
-
- Say N here to disable that check to improve the performance.