From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752056AbdCWL5M (ORCPT ); Thu, 23 Mar 2017 07:57:12 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:16689 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbdCWL5K (ORCPT ); Thu, 23 Mar 2017 07:57:10 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Thu, 23 Mar 2017 04:54:12 -0700 From: Jon Hunter To: Wolfram Sang , Thierry Reding CC: , , , Jon Hunter Subject: [PATCH V2] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter Date: Thu, 23 Mar 2017 11:56:56 +0000 Message-ID: <1490270216-7234-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 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 Acked-by: Thierry Reding --- Changes since V1: - Dropped redundant 'if' condition from 'default' statement. drivers/i2c/busses/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 8adc0f1d7ad0..39c0ead2a6df 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 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