-
CONFIG_PIC_DISABLE
¶
Disable PIC
Type: bool
Help¶
This option disables all interrupts on the PIC
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/x86/Kconfig:262
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → X86 Architecture Options → Processor Capabilities
config PIC_DISABLE bool prompt "Disable PIC" ifX86
depends onX86
help This option disables all interrupts on the PIC
(Definitions include propagated dependencies, including from if’s and menus.)