2022-01-06 22:17:39 +10:00
|
|
|
# Copyright (c) 2022, CSIRO.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig POWER_DOMAIN
|
|
|
|
bool "Power domain drivers"
|
|
|
|
help
|
|
|
|
Include drivers for power domains in system config
|
|
|
|
|
|
|
|
if POWER_DOMAIN
|
|
|
|
|
|
|
|
config POWER_DOMAIN_GPIO
|
|
|
|
bool "GPIO controlled power domain"
|
|
|
|
depends on GPIO
|
2022-03-12 15:40:35 +10:00
|
|
|
depends on TIMEOUT_64BIT
|
2022-01-06 22:17:39 +10:00
|
|
|
|
|
|
|
endif
|