diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-03-23 17:01:42 +0100 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-04-06 10:55:23 +0900 |
commit | db0f3baaa38bb587d831b1127082643b5e813074 (patch) | |
tree | 9fad71328cb04041abcb2bea2dd77d99b85cbee5 /drivers/extcon/Kconfig | |
parent | 01944321de3021020886564328684b7603ee216c (diff) | |
download | linux-rpi-db0f3baaa38bb587d831b1127082643b5e813074.tar.gz linux-rpi-db0f3baaa38bb587d831b1127082643b5e813074.tar.bz2 linux-rpi-db0f3baaa38bb587d831b1127082643b5e813074.zip |
extcon: intel-cht-wc: Add Intel Cherry Trail Whiskey Cove PMIC extcon driver
Add a driver for charger detection / control on the Intel Cherrytrail
Whiskey Cove PMIC.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r-- | drivers/extcon/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index fc09c76248b4..32f2dc8e4702 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig @@ -52,6 +52,13 @@ config EXTCON_INTEL_INT3496 This ACPI device is typically found on Intel Baytrail or Cherrytrail based tablets, or other Baytrail / Cherrytrail devices. +config EXTCON_INTEL_CHT_WC + tristate "Intel Cherrytrail Whiskey Cove PMIC extcon driver" + depends on INTEL_SOC_PMIC_CHTWC + help + Say Y here to enable extcon support for charger detection / control + on the Intel Cherrytrail Whiskey Cove PMIC. + config EXTCON_MAX14577 tristate "Maxim MAX14577/77836 EXTCON Support" depends on MFD_MAX14577 |