CONFIG_PIC_DISABLE

Disable PIC

Type: bool

Help

This option disables all interrupts on the legacy i8259 PICs at boot.

Direct dependencies

X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/arch/x86/Kconfig:80

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<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.)