:orphan: .. title:: CONFIG_LOAPIC_BASE_ADDRESS .. kconfig:: CONFIG_LOAPIC_BASE_ADDRESS CONFIG_LOAPIC_BASE_ADDRESS ########################## *Local APIC Base Address* Type: ``hex`` Help ==== .. code-block:: none This option specifies the base address of the Local APIC device. Direct dependencies =================== \ :kconfig:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xFEE00000 Kconfig definition ================== At ``/interrupt_controller/Kconfig.loapic:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:50`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC .. code-block:: kconfig config LOAPIC_BASE_ADDRESS hex "Local APIC Base Address" default 0xFEE00000 depends on LOAPIC help This option specifies the base address of the Local APIC device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*