From: Lee Jones Date: Fri, 12 Feb 2016 09:18:51 +0000 (+0000) Subject: Merge branches 'ib-mfd-clk-4.6', 'ib-mfd-input-iio-4.6', 'ib-mfd-regulator-4.6' and... X-Git-Tag: next-20160301~55^2~32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1cb9d8c045b3a6fd169e1e917648a41e5397c8b3;p=karo-tx-linux.git Merge branches 'ib-mfd-clk-4.6', 'ib-mfd-input-iio-4.6', 'ib-mfd-regulator-4.6' and 'ib-mfd-regulator-gpio-4.6' into ibs-for-mfd-merged --- 1cb9d8c045b3a6fd169e1e917648a41e5397c8b3 diff --cc drivers/mfd/Kconfig index 9ca66de0c1c1,6980e0463c8c,ae3990b5a2bf,1bc97c2761e4..19a5caec7a02 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@@@@ -91,14 -91,14 -91,29 -91,14 +91,29 @@@@@ config MFD_BCM590X Support for the BCM590xx PMUs from Broadcom config MFD_AXP20X -- - bool "X-Powers AXP20X" ++ + tristate select MFD_CORE -- - select REGMAP_I2C select REGMAP_IRQ -- - depends on I2C=y ++ + ++ +config MFD_AXP20X_I2C ++ + tristate "X-Powers AXP series PMICs with I2C" ++ + select MFD_AXP20X ++ + select REGMAP_I2C ++ + depends on I2C + + help - If you say Y here you get support for the X-Powers AXP202, AXP209 and - AXP288 power management IC (PMIC). ++ + If you say Y here you get support for the X-Powers AXP series power ++ + management ICs (PMICs) controlled with I2C. ++ + This driver include only the core APIs. You have to select individual ++ + components like regulators or the PEK (Power Enable Key) under the ++ + corresponding menus. ++ + ++ +config MFD_AXP20X_RSB ++ + tristate "X-Powers AXP series PMICs with RSB" ++ + select MFD_AXP20X ++ + depends on SUNXI_RSB + help - - If you say Y here you get support for the X-Powers AXP202, AXP209 and - - AXP288 power management IC (PMIC). ++ + If you say Y here you get support for the X-Powers AXP series power ++ + management ICs (PMICs) controlled with RSB. This driver include only the core APIs. You have to select individual components like regulators or the PEK (Power Enable Key) under the corresponding menus.