diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-07 07:15:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-07 07:15:11 -0400 |
commit | cca7429ddd24d0cccc72f708a6f05c6ab9a75303 (patch) | |
tree | 2176a8a80050fe9839e2ef39e82ef6dc57ff68e8 /common | |
parent | bb694d4e898b1368ba96e01481dc0a79c491e77c (diff) | |
parent | 3d7690aec1020aa579eee189ed07d5e6289e3617 (diff) |
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 0be8ff0d87..0ad1e049a9 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -609,6 +609,15 @@ config SPL_POWER_SUPPORT in drivers/power, drivers/power/pmic and drivers/power/regulator as part of an SPL build. +config SPL_POWER_DOMAIN + bool "Support power domain drivers" + help + Enable support for power domain control in SPL. Many SoCs allow + power to be applied to or removed from portions of the SoC (power + domains). This may be used to save power. This API provides the + means to control such power management hardware. This enables + the drivers in drivers/power/domain as part of a SPL build. + config SPL_RAM_SUPPORT bool "Support booting from RAM" default y if MICROBLAZE || ARCH_SOCFPGA || TEGRA || ARCH_ZYNQ |