mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
c6d6afb840
We shouldn't really use the CONFIG_ARCH_U8500 option directly, but rather have our own dedicated Kconfig option, so let's add that. Cc: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config UX500_PM_DOMAIN
|
|
bool "ST-Ericsson ux500 Power Domain"
|
|
depends on ARCH_U8500 || COMPILE_TEST
|
|
default ARCH_U8500
|