mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 10:16:08 +00:00
Add PECI driver that support PECI API. Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
6 lines
119 B
CMake
6 lines
119 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_PECI_XEC peci_mchp_xec.c)
|