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