:orphan: .. title:: PIC_DISABLE .. option:: CONFIG_PIC_DISABLE *Disable PIC* Type: ``bool`` Help ==== This option disables all interrupts on the legacy i8259 PICs at boot. Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config PIC_DISABLE bool "Disable PIC" depends on \ :option:`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.)*