From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Gonzalez Subject: [PATCH v2] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO Date: Wed, 11 May 2016 17:20:05 +0200 Message-ID: <57334DA5.5030102@sigmadesigns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from a.mx.sdesigns.eu ([78.31.43.6]:3557 "EHLO a.mx.sdesigns.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932076AbcEKPhu (ORCPT ); Wed, 11 May 2016 11:37:50 -0400 Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, Mans Rullgard , Sebastian Frias , Mason The ARCH name was changed during the review process. http://article.gmane.org/gmane.linux.ports.arm.kernel/456331 Signed-off-by: Marc Gonzalez --- drivers/i2c/busses/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2dd40ddf04de..d8d18ed65440 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -965,7 +965,7 @@ config I2C_XILINX config I2C_XLR tristate "Netlogic XLR and Sigma Designs I2C support" - depends on CPU_XLR || ARCH_TANGOX + depends on CPU_XLR || ARCH_TANGO help This driver enables support for the on-chip I2C interface of the Netlogic XLR/XLS MIPS processors and Sigma Designs SOCs. -- 2.8.1