CONFIG_ARM64_FORCE_52BIT is not available for thedefaultarchitecture x86.
Result is shown for architecture arm64

Force 52-bit virtual addresses for userspace

configname: CONFIG_ARM64_FORCE_52BIT

Linux Kernel Configuration
└─>Kernel Features
└─>Force 52-bit virtual addresses for userspace
In linux kernel since version 5 (release Date: 2019-03-03)  
For systems with 52-bit userspace VAs enabled, the kernel will attempt
to maintain compatibility with older software by providing 48-bit VAs
unless a hint is supplied to mmap.

This configuration option disables the 48-bit compatibility logic, and
forces all userspace addresses to be 52-bit on HW that supports it. One
should only enable this configuration option for stress testing userspace
memory management code. If unsure say N here.

depends
CONFIG_ARM64_VA_BITS_52
CONFIG_EXPERT