59cd9fd551
Added the PECI driver tested with the samples/drivers/peci. Signed-off-by: BJ Chen <bj.chen@ite.com.tw>
8 lines
257 B
CMake
8 lines
257 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_PECI_XEC peci_mchp_xec.c)
|
|
zephyr_library_sources_ifdef(CONFIG_PECI_ITE_IT8XXX2 peci_ite_it8xxx2.c)
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE peci_handlers.c)
|