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