-
CONFIG_LOAPIC_BASE_ADDRESS
¶
Local APIC Base Address
Type: hex
Help¶
This option specifies the base address of the Local APIC device.
Default¶
0xFEE00000
Kconfig definition¶
At <Zephyr>/drivers/interrupt_controller/Kconfig.loapic:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/interrupt_controller/Kconfig:51
Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC
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.)