summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Bhagat <[email protected]>2018-01-17 16:13:04 +0530
committerYork Sun <[email protected]>2018-01-23 11:19:49 -0800
commit6f2d0a50204842019763dac62c17a4cdb10cc6d3 (patch)
tree10a74e70f1b38f8993e5b81aa1ae9e3293a1ede4
parent9458316a3a39092ed51f2b8c4880b157e7f4739f (diff)
Kconfig: Add LTC3882 voltage regulator config
Adds below LTC3882 voltage regulator config: CONFIG_VOL_MONITOR_LTC3882_READ CONFIG_VOL_MONITOR_LTC3882_SET Signed-off-by: Ashish Kumar <[email protected]> Signed-off-by: Rajesh Bhagat <[email protected]> Reviewed-by: York Sun <[email protected]>
-rw-r--r--board/freescale/common/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig
index 280f7d46b80..8b89c10aba6 100644
--- a/board/freescale/common/Kconfig
+++ b/board/freescale/common/Kconfig
@@ -20,3 +20,19 @@ config CMD_ESBC_VALIDATE
esbc_validate - validate signature using RSA verification
esbc_halt - put the core in spin loop (Secure Boot Only)
+
+config VOL_MONITOR_LTC3882_READ
+ depends on VID
+ bool "Enable the LTC3882 voltage monitor read"
+ default n
+ help
+ This option enables LTC3882 voltage monitor read
+ functionality. It is used by common VID driver.
+
+config VOL_MONITOR_LTC3882_SET
+ depends on VID
+ bool "Enable the LTC3882 voltage monitor set"
+ default n
+ help
+ This option enables LTC3882 voltage monitor set
+ functionality. It is used by common VID driver.