The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LOAPIC_BASE_ADDRESS

Local APIC Base Address

Type: hex

Help

This option specifies the base address of the Local APIC device.

Direct dependencies

LOAPIC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/interrupt_controller/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers → LOAPIC

config LOAPIC_BASE_ADDRESS
    hex
    prompt "Local APIC Base Address" if LOAPIC
    default 0xFEE00000 if LOAPIC
    depends on LOAPIC
    help
      This option specifies the base address of the Local APIC device.

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