From patchwork Thu Sep 21 21:23:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 817173 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3xyqNL07Sqz9s7c; Fri, 22 Sep 2017 07:23:29 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1dv8wL-0004iW-Li; Thu, 21 Sep 2017 21:23:21 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1dv8wJ-0004fn-VZ for kernel-team@lists.ubuntu.com; Thu, 21 Sep 2017 21:23:20 +0000 Received: from localhost (unknown [172.58.143.0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 908BF33E008E for ; Thu, 21 Sep 2017 15:23:17 -0600 (MDT) Date: Thu, 21 Sep 2017 16:23:15 -0500 From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH][Unstable][Artful] UBUNTU: [Config] CONFIG_I2C_XLP9XX=m Message-ID: <20170921212315.wwapntgyvz74dsl3@xps13.dannf> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on complete.lackof.org X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Enables the on-chip i2c interface for Cavium Thunderx2 systems. Signed-off-by: dann frazier --- debian.master/config/annotations | 2 +- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 152d6a930116..471763b27c31 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -2306,7 +2306,7 @@ CONFIG_I2C_VERSATILE policy<{'arm64': 'm', 'armhf': ' CONFIG_I2C_THUNDERX policy<{'arm64': 'm'}> CONFIG_I2C_XILINX policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> CONFIG_I2C_XLR policy<{'armhf': 'n'}> -CONFIG_I2C_XLP9XX policy<{'arm64': 'n'}> +CONFIG_I2C_XLP9XX policy<{'arm64': 'm'}> CONFIG_I2C_RCAR policy<{'arm64': 'm', 'armhf': 'm'}> CONFIG_I2C_DIOLAN_U2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> CONFIG_I2C_DLN2 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index a6f56ac6fcae..7f547651e793 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3677,7 +3677,7 @@ CONFIG_I2C_VIAPRO=m CONFIG_I2C_VIPERBOARD=m CONFIG_I2C_XGENE_SLIMPRO=m CONFIG_I2C_XILINX=m -# CONFIG_I2C_XLP9XX is not set +CONFIG_I2C_XLP9XX=m # CONFIG_I2C_XLR is not set CONFIG_I40E=m CONFIG_I40EVF=m