summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-02-25 12:53:47 -0600
committerTom Rini <trini@konsulko.com>2016-03-14 19:18:39 -0400
commit6f6e9439e4646242bb504e7b5c1ac0dfbf986cfb (patch)
tree1a228bb8612b0b1a26d98087711436e6dfc84789 /configs
parent606e4ac35ee398bfcf8a1b49a1b07bdfb1541185 (diff)
configs: k2g_evm: Add TI power processor support
Enable support for PMMC the TI power processor on K2G. This processor manages all power management related activities on the SoC and and allows the Operating Systems on compute processors such as ARM, DSP to offload the power logic away into the power processor. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/k2g_evm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig
index 46952f78e3..b721a1c91d 100644
--- a/configs/k2g_evm_defconfig
+++ b/configs/k2g_evm_defconfig
@@ -5,6 +5,8 @@ CONFIG_DM_SERIAL=y
CONFIG_DEFAULT_DEVICE_TREE="k2g-evm"
CONFIG_SPL=y
CONFIG_OF_BOARD_SETUP=y
+CONFIG_CMD_REMOTEPROC=y
+CONFIG_REMOTEPROC_TI_POWER=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_SETEXPR is not set