[linux] 02/03: [armhf] Enable AXP2xx drivers as modules (Closes: #873038)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Sep 27 11:53:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 0138e6bc4eedd8c10ad637e742a4fe6c625c6def
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Sep 24 23:48:46 2017 +0100
[armhf] Enable AXP2xx drivers as modules (Closes: #873038)
Enable AXP20X_ADC, CHARGER_AXP20X, BATTERY_AXP20X, GPIO_AXP209,
AXP288_CHARGER, AXP288_FUEL_GAUGE, EXTCON_AXP288, AXP288_ADC as
modules.
---
debian/changelog | 3 +++
debian/config/armhf/config | 8 ++++++++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4c18d94..164dceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ linux (4.13.3-1~exp1) UNRELEASED; urgency=medium
* [mips*r6*] Re-enable these architectures, now that dak knows about them
(Closes: #825024)
* [x86] Enable INTEL_CHT_INT33FE as module (Closes: #873164)
+ * [armhf] Enable AXP20X_ADC, CHARGER_AXP20X, BATTERY_AXP20X, GPIO_AXP209,
+ AXP288_CHARGER, AXP288_FUEL_GAUGE, EXTCON_AXP288, AXP288_ADC as modules
+ (Closes: #873038)
[ Uwe Kleine-König ]
* [arm64] really enable NET_DSA_MV88E6XXX for Espressobin
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index bec7c64..3b4126d 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -245,6 +245,7 @@ CONFIG_TI_EDMA=y
## file: drivers/extcon/Kconfig
##
CONFIG_EXTCON=m
+CONFIG_EXTCON_AXP288=m
CONFIG_EXTCON_PALMAS=m
CONFIG_EXTCON_USB_GPIO=m
@@ -257,6 +258,7 @@ CONFIG_RASPBERRYPI_FIRMWARE=y
## file: drivers/gpio/Kconfig
##
CONFIG_GPIOLIB=y
+CONFIG_GPIO_AXP209=m
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_PCA953X=m
CONFIG_GPIO_PCF857X=m
@@ -433,6 +435,8 @@ CONFIG_MMA8452=m
##
## file: drivers/iio/adc/Kconfig
##
+CONFIG_AXP20X_ADC=m
+CONFIG_AXP288_ADC=m
CONFIG_EXYNOS_ADC=m
CONFIG_ROCKCHIP_SARADC=m
CONFIG_TI_AM335X_ADC=m
@@ -921,7 +925,11 @@ CONFIG_POWER_RESET_SYSCON_POWEROFF=y
##
CONFIG_BATTERY_SBS=m
CONFIG_BATTERY_BQ27XXX=m
+CONFIG_CHARGER_AXP20X=m
+CONFIG_BATTERY_AXP20X=m
CONFIG_AXP20X_POWER=m
+CONFIG_AXP288_CHARGER=m
+CONFIG_AXP288_FUEL_GAUGE=m
CONFIG_BATTERY_TWL4030_MADC=m
CONFIG_BATTERY_RX51=m
CONFIG_CHARGER_ISP1704=m
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list