:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_8042_KBC .. kconfig:: CONFIG_ESPI_PERIPHERAL_8042_KBC CONFIG_ESPI_PERIPHERAL_8042_KBC ############################### *8042 kbc peripheral* Type: ``bool`` Help ==== .. code-block:: none Enables 8042 keyboard controller over eSPI peripheral channel. Direct dependencies =================== (\ :kconfig:`ESPI_XEC ` && \ :kconfig:`BOARD_MEC1501MODULAR_ASSY6885 `) || (\ :kconfig:`ESPI_NPCX ` && \ :kconfig:`ESPI `) || (\ :kconfig:`ESPI_PERIPHERAL_CHANNEL ` && \ :kconfig:`ESPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/mec1501modular_assy6885/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ESPI_PERIPHERAL_8042_KBC bool default y depends on ESPI_XEC && BOARD_MEC1501MODULAR_ASSY6885 ---- At ``/espi/Kconfig.npcx:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:15`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_8042_KBC bool default y depends on ESPI_NPCX && ESPI ---- At ``/espi/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_8042_KBC bool "8042 kbc peripheral" depends on ESPI_PERIPHERAL_CHANNEL && ESPI help Enables 8042 keyboard controller over eSPI peripheral channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*