Add eSPI Microchip XEC driver Include support for peripheral & virtual wires (channel 0-1) OOB and flash support can be added in the future Fix compilation error in pinmux driver Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
7 lines
121 B
CMake
7 lines
121 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_ESPI_XEC espi_mchp_xec.c)
|
|
|