diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 22:34:26 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:34:14 (GMT) |
commit | 241d281853e443498dccab520dfcbfca439269f5 (patch) | |
tree | d49cb77a4a03e480b8471b0999fc86832c04bea4 /board/work-microwave | |
parent | b7695c0e5917458ed8bc0016cd3f6e28b3b3847c (diff) | |
download | u-boot-fsl-qoriq-241d281853e443498dccab520dfcbfca439269f5.tar.xz |
Convert CONFIG_CMD_MAX6957 to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_MAX6957
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'board/work-microwave')
-rw-r--r-- | board/work-microwave/work_92105/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/work-microwave/work_92105/Kconfig b/board/work-microwave/work_92105/Kconfig index 1fde4b2..4bc34ed 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 |