9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
if SOC_SAMSUNG
|
|
|
|
config EXYNOS_PM_DOMAINS
|
|
bool "Exynos PM domains" if COMPILE_TEST
|
|
depends on (ARCH_EXYNOS && PM_GENERIC_DOMAINS) || COMPILE_TEST
|
|
|
|
endif
|