CONFIG_ACCESS_CHECK is not available for thedefaultarchitecture x86.
Result is shown for architecture c6x

Check the user pointer address

configname: CONFIG_ACCESS_CHECK

Linux Kernel Configuration
└─>Check the user pointer address
In linux kernel since version 2.6.24 (release Date: 2008-01-24)  
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.