
On Tue, Feb 06, 2018 at 08:45:22PM +0530, Jagan Teki wrote:
Add simple and meaningful kconfig option for pmic_bus.c instead of using MACH type on Makefile.
Signed-off-by: Jagan Teki jagan@amarulasolutions.com
arch/arm/mach-sunxi/Kconfig | 6 ++++++ arch/arm/mach-sunxi/Makefile | 7 +------ drivers/power/Kconfig | 5 +++++ 3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 7ab1990..470ef92 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -23,6 +23,12 @@ config MFD_SUN6I_PRCM Support for the PRCM (Power/Reset/Clock Management) unit available in A31 SoC.
+config PMIC_SUNXI
- bool "Sunxi PMIC bus access helpers"
- help
Select this PMIC bus access helpers for Sunxi platform PRCM or other
AXP family PMIC devices.
This is only meant for AXP* PMIC, which Allwinner boards might or might not have. AXP_PMIC or some variation of it would be a better choice.
Maxime