linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable cros-ec and battery driver
@ 2016-05-03 15:45 Rhyland Klein
  2016-05-19 17:20 ` Rhyland Klein
  2016-05-24 14:09 ` Jon Hunter
  0 siblings, 2 replies; 24+ messages in thread
From: Rhyland Klein @ 2016-05-03 15:45 UTC (permalink / raw)
  To: Thierry Reding, Stephen Warren, Alexandre Courbot
  Cc: linux-kernel, linux-tegra, Rhyland Klein

Enable the ChromeOS Embedded Controller, its I2C tunnel driver, and
the BA27XXX battery driver. These are all used on the Tegra210 Smaug
platform.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 53f7ded14efb..043fab2d2c53 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -174,6 +174,7 @@ CONFIG_I2C_QUP=y
 CONFIG_I2C_TEGRA=y
 CONFIG_I2C_UNIPHIER_F=y
 CONFIG_I2C_RCAR=y
+CONFIG_I2C_CROS_EC_TUNNEL=y
 CONFIG_SPI=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_QUP=y
@@ -188,6 +189,7 @@ CONFIG_GPIO_PL061=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_XGENE=y
 CONFIG_POWER_RESET_MSM=y
+CONFIG_BATTERY_BQ27XXX=y
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
 CONFIG_SENSORS_LM90=m
@@ -199,6 +201,8 @@ CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_HI655X_PMIC=y
 CONFIG_REGULATOR=y
+CONFIG_MFD_CROS_EC=y
+CONFIG_MFD_CROS_EC_I2C=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2016-05-31 17:25 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-03 15:45 [PATCH] arm64: defconfig: Enable cros-ec and battery driver Rhyland Klein
2016-05-19 17:20 ` Rhyland Klein
2016-05-24 14:09 ` Jon Hunter
2016-05-24 19:08   ` Rhyland Klein
2016-05-25 10:58     ` Jon Hunter
2016-05-25 11:03       ` Jon Hunter
2016-05-25 15:46         ` Thierry Reding
2016-05-25 15:55           ` Rhyland Klein
2016-05-25 16:10             ` Jon Hunter
2016-05-25 16:29               ` Jon Hunter
2016-05-25 16:36                 ` Rhyland Klein
2016-05-25 17:26                   ` Jon Hunter
2016-05-25 19:44                     ` Rhyland Klein
2016-05-26 10:35                       ` Jon Hunter
2016-05-27  8:37                       ` Krzysztof Kozlowski
2016-05-27  9:19                         ` Krzysztof Kozlowski
2016-05-27 10:28                         ` Jon Hunter
2016-05-27 11:46                           ` Krzysztof Kozlowski
2016-05-27 12:17                             ` Jon Hunter
2016-05-27 12:55                               ` Krzysztof Kozlowski
2016-05-31 17:24                                 ` Jon Hunter
2016-05-25 16:36                 ` Jon Hunter
2016-05-25 15:57           ` Jon Hunter
2016-05-25 15:49         ` Rhyland Klein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).