aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2015-10-16 09:49:20 -0500
committerSebastian Reichel <sre@kernel.org>2015-10-19 10:38:50 +0200
commit6bd03ce3c12a22d86f59070f1da15aaa2bde8a51 (patch)
tree075473ca5268a3c70335420fa873f20d6cf43bfb /drivers/power/Kconfig
parentpower: bq27xxx_battery: move irq handler to i2c section (diff)
downloadlinux-dev-6bd03ce3c12a22d86f59070f1da15aaa2bde8a51.tar.xz
linux-dev-6bd03ce3c12a22d86f59070f1da15aaa2bde8a51.zip
power: bq27xxx_battery: Remove unneeded dependency in Kconfig
I2C is only required when using the config item BATTERY_BQ27XXX_I2C which already depends on the I2C subsystem, remove the unneeded dependency from BATTERY_BQ27XXX. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index cb0ae666dc68..02b3b313809a 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -159,7 +159,6 @@ config BATTERY_SBS
config BATTERY_BQ27XXX
tristate "BQ27xxx battery driver"
- depends on I2C || I2C=n
help
Say Y here to enable support for batteries with BQ27xxx (I2C/HDQ) chips.