:orphan: .. title:: CONFIG_ESPI_IT8XXX2_PNPCFG_DEVICE_KBC_MOUSE .. kconfig:: CONFIG_ESPI_IT8XXX2_PNPCFG_DEVICE_KBC_MOUSE CONFIG_ESPI_IT8XXX2_PNPCFG_DEVICE_KBC_MOUSE ########################################### *ITE IT8XXX2 KBC mouse device* Type: ``bool`` Help ==== .. code-block:: none With this option enabled, EC will send IRQ12 signal to host when the KBC mouse output buffer is full. Direct dependencies =================== \ :kconfig:`ESPI_IT8XXX2 ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/espi/Kconfig.it8xxx2:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:21`` Menu path: (Top) → Device Drivers → ESPI Driver → ITE IT8XXX2 embedded controller ESPI driver .. code-block:: kconfig config ESPI_IT8XXX2_PNPCFG_DEVICE_KBC_MOUSE bool "ITE IT8XXX2 KBC mouse device" depends on ESPI_IT8XXX2 && ESPI help With this option enabled, EC will send IRQ12 signal to host when the KBC mouse output buffer is full. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*