CONFIG_DW_ICTL_NAME
Name for Designware Interrupt Controller
Type: string
Help
Give a name for the instance of Designware Interrupt Controller
Default
“DW_ICTL”
Kconfig definition
At <Zephyr>/drivers/interrupt_controller/Kconfig.dw:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:28
→ <Zephyr>/drivers/interrupt_controller/Kconfig:52
Menu path: (Top) → Device Drivers → Interrupt Controllers → Designware Interrupt Controller
config DW_ICTL_NAME
string "Name for Designware Interrupt Controller"
default "DW_ICTL"
depends on DW_ICTL
help
Give a name for the instance of Designware Interrupt Controller
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)