ccdc009077
Initial implementation of a simple GPIO controlled power domain. It exposes no API of its own, all functionality is contained inside the runtime power management callbacks. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
7 lines
160 B
CMake
7 lines
160 B
CMake
# Copyright (c) 2022, CSIRO
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_POWER_DOMAIN_GPIO power_domain_gpio.c)
|