CONFIG_PIC_DISABLE
Disable PIC
Type: bool
Help
This option disables all interrupts on the legacy i8259 PICs at boot.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/arch/x86/Kconfig:208
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → X86 Architecture Options
config PIC_DISABLE
bool "Disable PIC"
depends on X86
help
This option disables all interrupts on the legacy i8259 PICs at boot.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)