CONFIG_RELOC

Enable relocation

Type: bool

Defaults

  • “n”

Kconfig definition

At arch/x86/Kconfig:127, in menu (top menu):

config RELOC
    bool
    prompt "Enable relocation"
    default "n"

(Definitions include propagated dependencies, including from if’s and menus.)