Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753602AbdCOMVl (ORCPT ); Wed, 15 Mar 2017 08:21:41 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:5606 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448AbdCOMUR (ORCPT ); Wed, 15 Mar 2017 08:20:17 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 15 Mar 2017 05:17:46 -0700 From: Jon Hunter To: Wolfram Sang , Thierry Reding CC: , , , Jon Hunter Subject: [PATCH] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter Date: Wed, 15 Mar 2017 12:20:10 +0000 Message-ID: <1489580410-9541-1-git-send-email-jonathanh@nvidia.com> X-Mailer: git-send-email 2.7.4 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 23 Enable the Tegra BPMP I2C adapter by default if the Tegra BPMP itself is enabled. This adapter is used as the I2C interface for the PMIC on the Tegra186 Jetson-TX2 platform. Signed-off-by: Jon Hunter --- drivers/i2c/busses/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 8adc0f1d7ad0..9e024ae8a067 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -933,6 +933,7 @@ config I2C_TEGRA config I2C_TEGRA_BPMP tristate "NVIDIA Tegra BPMP I2C controller" depends on TEGRA_BPMP + default y if TEGRA_BPMP help If you say yes to this option, support will be included for the I2C controller embedded in NVIDIA Tegra SoCs accessed via the BPMP. -- 2.7.4