diff options
Diffstat (limited to 'drivers/pmdomain/st/Kconfig')
-rw-r--r-- | drivers/pmdomain/st/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pmdomain/st/Kconfig b/drivers/pmdomain/st/Kconfig new file mode 100644 index 0000000000..a77a70211f --- /dev/null +++ b/drivers/pmdomain/st/Kconfig @@ -0,0 +1,5 @@ +# 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 |