From 241d281853e443498dccab520dfcbfca439269f5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:26 -0600 Subject: Convert CONFIG_CMD_MAX6957 to Kconfig This converts the following to Kconfig: CONFIG_CMD_MAX6957 Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- board/work-microwave/work_92105/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'board/work-microwave') diff --git a/board/work-microwave/work_92105/Kconfig b/board/work-microwave/work_92105/Kconfig index 1fde4b29aa..4bc34ed01f 100644 --- a/board/work-microwave/work_92105/Kconfig +++ b/board/work-microwave/work_92105/Kconfig @@ -17,4 +17,11 @@ config CMD_HD44760 help This controls the LCD driver. +config CMD_MAX6957 + bool "Enable 'max6957aax' PMIC command" + help + DEPRECATED: Needs conversion to driver model. + + This allows PMIC registers to be read and written. + endif -- cgit v1.2.3