CONFIG_X86_VSYSCALL_EMULATION is not available for thedefaultarchitecture x86.
Result is shown for architecture 64BIT

Enable vsyscall emulation

modulename: vsyscall_64.ko

configname: CONFIG_X86_VSYSCALL_EMULATION

Linux Kernel Configuration
└─>Processor type and features
└─>Enable vsyscall emulation
In linux kernel since version 3.10 (release Date: 2013-06-30)  
This enables emulation of the legacy vsyscall page. Disabling
it is roughly equivalent to booting with vsyscall=none, except
that it will also disable the helpful warning if a program
tries to use a vsyscall. With this option set to N, offending
programs will just segfault, citing addresses of the form
0xffffffffff600?00.

This option is required by many programs built before 2013, and
care should be used even with newer programs if set to N.

Disabling this option saves about 7K of kernel size and
possibly 4K of additional runtime pagetable memory.

depends
CONFIG_X86_64