summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-08 07:26:51 -0500
committerTom Rini <trini@konsulko.com>2019-11-08 07:26:51 -0500
commit3f2d4bf462825c106ef7a06a16ec8d5c07ef8949 (patch)
tree888249df042361929005b06649f09c3896d6e8db /drivers/misc/Kconfig
parent0be2ecd4861faa410491170e205488f9ee82a227 (diff)
parent72077fe160068d2e3d848ca5464d5cbef244eca0 (diff)
Merge branch '2019-11-07-ti-imports'
- LogicPD platform fixes - Adaptive Voltage Scaling (AVS) support - Minor bugfixes
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 4985ea033b..7a8ba587da 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -421,4 +421,13 @@ config MICROCHIP_FLEXCOM
Only one function can be used at a time and is chosen at boot time
according to the device tree.
+config K3_AVS0
+ depends on ARCH_K3 && SPL_DM_REGULATOR
+ bool "AVS class 0 support for K3 devices"
+ help
+ K3 devices have the optimized voltage values for the main voltage
+ domains stored in efuse within the VTM IP. This driver reads the
+ optimized voltage from the efuse, so that it can be programmed
+ to the PMIC on board.
+
endmenu