diff options
| author | Simon Glass <[email protected]> | 2017-04-26 22:27:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-30 10:29:47 -0400 |
| commit | 56aceaf2828ea3471fec99916c6c6558a309fb82 (patch) | |
| tree | a99c83bee15c3d03486b8d86144f47993f72219f /drivers | |
| parent | 29ec68588383e8382c6c274e2cb4dcdd150cce76 (diff) | |
power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722
Before converting this to Kconfig, rename it to match the other PMICs.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index b43523e6282..29e135756ba 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -5,7 +5,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_AS3722_POWER) += as3722.o +obj-$(CONFIG_PMIC_AS3722) += as3722.o obj-$(CONFIG_AXP152_POWER) += axp152.o obj-$(CONFIG_AXP209_POWER) += axp209.o obj-$(CONFIG_AXP221_POWER) += axp221.o |
