CONFIG_LINUX_LINK_BASE is not available for thedefaultarchitecture x86.
Result is shown for architecture arc

Kernel link address

configname: CONFIG_LINUX_LINK_BASE

Linux Kernel Configuration
└─>ARC Architecture Configuration
└─>Kernel link address
In linux kernel since version 3.1 (release Date: 2011-10-24)  
ARC700 divides the 32 bit phy address space into two equal halves
-Lower 2G (0 - 0x7FFF_FFFF ) is user virtual, translated by MMU
-Upper 2G (0x8000_0000 onwards) is untranslated, for kernel
Typically Linux kernel is linked at the start of untransalted addr,
hence the default value of 0x8zs.
However some customers have peripherals mapped at this addr, so
Linux needs to be scooted a bit.
If you don't know what the above means, leave this setting alone.
This needs to match memory start address specified in Device Tree