2020-09-10 17:39:44 +08:00
|
|
|
# NPCX eSPI driver configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Nuvoton Technology Corporation.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config ESPI_NPCX
|
2020-12-06 21:45:26 -08:00
|
|
|
bool "Nuvoton NPCX embedded controller (EC) ESPI driver"
|
2020-09-10 17:39:44 +08:00
|
|
|
depends on SOC_FAMILY_NPCX
|
|
|
|
help
|
|
|
|
This option enables the Intel Enhanced Serial Peripheral Interface
|
|
|
|
(eSPI) for NPCX family of processors.
|
|
|
|
|
|
|
|
# The default value 'y' for the existing options if ESPI_NPCX is selected.
|
|
|
|
if ESPI_NPCX
|
|
|
|
|
|
|
|
config ESPI_OOB_CHANNEL
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ESPI_PERIPHERAL_8042_KBC
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ESPI_PERIPHERAL_HOST_IO
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ESPI_PERIPHERAL_DEBUG_PORT_80
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif #ESPI_NPCX
|