Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1248830
| Path | csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "Andrew F. Davis" <afd@ti.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH] power: bq27xxx_battery: Remove unneeded dependency in Kconfig |
| Date | Fri, 16 Oct 2015 16:50:02 +0200 |
| Message-ID | <qkeuu-Sc-25@gated-at.bofh.it> (permalink) |
| X-Original-To | Sebastian Reichel <sre@kernel.org> |
| X-Mailer | git-send-email 1.9.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Pali Rohár <pali.rohar@gmail.com>, <linux-pm@vger.kernel.org>, <linux-kernel@vger.kernel.org>, "Andrew F. Davis" <afd@ti.com> |
| X-Original-Date | Fri, 16 Oct 2015 09:49:20 -0500 |
| X-Original-Message-ID | <1445006960-3655-1-git-send-email-afd@ti.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1248830 |
Show key headers only | View raw
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> --- drivers/power/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index eeb5776..34aa017 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. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] power: bq27xxx_battery: Remove unneeded dependency in Kconfig "Andrew F. Davis" <afd@ti.com> - 2015-10-16 16:50 +0200 Re: [PATCH] power: bq27xxx_battery: Remove unneeded dependency in Kconfig Pali Rohár <pali.rohar@gmail.com> - 2015-10-16 17:20 +0200
csiph-web