summaryrefslogtreecommitdiff
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorNicholas Troast <ntroast@codeaurora.org>2016-03-28 10:35:32 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-06 12:06:23 -0700
commit9f1ad26f6b1248c368e540a2f7f7aef2972d997f (patch)
tree381977f20b230d638fcc2a9b9c51ac1168d01374 /drivers/power/Kconfig
parent4e468402df857c050dc5ebb287411d14fae5221d (diff)
power: move QTI charger drivers to a new sub-directory again
The original commit was reverted due to conflicts in the kernel upgrade process. Now that the upgrade is complete we can introduce this commit again. Original commit: commit 8e10bff71301 ("power: move QTI charger drivers to a new sub-directory qcom-charger") QTI charger drivers have outgrown their home in power and deserve their own sub-directory. Move all QTI charger drivers and their dependencies to a new sub-directory of power called qcom-charger. CRs-Fixed: 1001767 Change-Id: I5465a944a79f622ddf69534075b067db0fb10c95 Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig58
1 files changed, 1 insertions, 57 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 61c19907d0cf..931230d55f90 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -520,66 +520,10 @@ config AXP20X_POWER
This driver provides support for the power supply features of
AXP20x PMIC.
-config QPNP_SMBCHARGER
- tristate "QPNP SMB Charger driver"
- depends on SPMI
- depends on EXTCON
- help
- Say Y here to enable the dual path switch mode battery charger which
- supports USB detection and battery charging up to 3A.
- The driver also offers relevant information to userspace via the
- power supply framework.
-
-config QPNP_FG
- tristate "QPNP fuel gauge driver"
- depends on SPMI
- help
- Say Y here to enable the Fuel Gauge driver. This adds support for
- battery fuel gauging and state of charge of battery connected to the
- fuel gauge. The state of charge is reported through a BMS power
- supply property and also sends uevents when the capacity is updated.
-
-config SMB135X_CHARGER
- tristate "SMB135X Battery Charger"
- depends on I2C
- help
- Say Y to include support for SMB135X Battery Charger.
- SMB135X is a dual path switching mode charger capable of charging
- the battery with 3Amps of current.
- The driver supports charger enable/disable.
- The driver reports the charger status via the power supply framework.
- A charger status change triggers an IRQ via the device STAT pin.
-
-config SMB1351_USB_CHARGER
- tristate "smb1351 usb charger (with VBUS detection)"
- depends on I2C
- help
- Say Y to enable support for the SMB1351 switching mode based charger.
- The driver supports charging control (enable/disable) and
- charge-current limiting. It also provides USB VBUS detection and
- notification support. The driver controls SMB1351 via I2C and
- supports device-tree interface.
-
-config MSM_BCL_CTL
- bool "BCL Framework driver"
- help
- Say Y here to enable this BCL Framework driver. This driver provides
- interface, which can be used by the BCL h/w drivers to implement the
- basic functionalities. This framework abstracts the underlying
- hardware for the top level modules.
-
-config MSM_BCL_PERIPHERAL_CTL
- bool "BCL driver to control the PMIC BCL peripheral"
- depends on SPMI
- depends on MSM_BCL_CTL
- help
- Say Y here to enable this BCL PMIC peripheral driver. This driver
- provides routines to configure and monitor the BCL
- PMIC peripheral.
-
source "drivers/power/reset/Kconfig"
endif # POWER_SUPPLY
source "drivers/power/avs/Kconfig"
source "drivers/power/qcom/Kconfig"
+source "drivers/power/qcom-charger/Kconfig"