:orphan: .. title:: CONFIG_SWERV_PIC .. kconfig:: CONFIG_SWERV_PIC CONFIG_SWERV_PIC ################ *SweRV EH1 Programmable Interrupt Controller (PIC)* Type: ``bool`` Help ==== .. code-block:: none Programmable Interrupt Controller for the SweRV EH1 RISC-V CPU; Default ======= - n Kconfig definition ================== At ``/interrupt_controller/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig config SWERV_PIC bool "SweRV EH1 Programmable Interrupt Controller (PIC)" default n help Programmable Interrupt Controller for the SweRV EH1 RISC-V CPU; *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*