CONFIG_ARM_PAN is not available for thedefaultarchitecture x86.
Result is shown for architecture arm

Enable privileged no-access

configname: CONFIG_ARM_PAN

Linux Kernel Configuration
└─>Kernel Features
└─>Enable privileged no-access
In linux kernel since version 4.19.318 (release Date: 2024-07-18)  
Increase kernel security by ensuring that normal kernel accesses
are unable to access userspace addresses. This can help prevent
use-after-free bugs becoming an exploitable privilege escalation
by ensuring that magic values (such as LIST_POISON) will always
fault when dereferenced.

The implementation uses CPU domains when !CONFIG_ARM_LPAE and
disabling of TTBR0 page table walks with CONFIG_ARM_LPAE.

depends
CONFIG_MMU