Received: by 10.223.185.116 with SMTP id b49csp1278683wrg; Wed, 21 Feb 2018 15:43:05 -0800 (PST) X-Google-Smtp-Source: AH8x227khrQOh8Cxhf8bWuMZDkyE+rgh+sijrkQhVJSOhPnBfGh1L4lReniOXlZgmMCMuRndDZBq X-Received: by 10.98.155.93 with SMTP id r90mr4930471pfd.132.1519256584976; Wed, 21 Feb 2018 15:43:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519256584; cv=none; d=google.com; s=arc-20160816; b=bJ7+JmSWg++FgSDdf6nCCuXA3ogAknfi6LUc2+ZdzE+8Y5V+8nJ3oDembZMCypcrsx 7SabesJaqUrZuX3JNr9+Q8DSLC8vhjXMcHJWPBMh72j2WaSjGAqauPNHFu49IXUsbc4i FObPjghDs66FDjx144JxSTXD25MWPNklGpB/ZVPjasorbuh0L2xAfcJtCkQNuF9bJB6V R19h0UdWlvUdb6gzlaZrhLnPU0hSNaQzgaTh0FjlNXjSD6ATE6wO1BSWMo2eMbiXyjY8 n3uU2fcuhRfzV8a6OzTsK50mkMm3Q0KZpKtoetg1fF8306hSD+gG8Ng78lXOqqWBW17G wNHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:dmarc-filter:arc-authentication-results; bh=RYsdd3I+SlCuwi1BM0fUC3qL876lHawdnwH1OsVrOgY=; b=nGh+/HFRwUpeFzmhzzjE7yK1te+Qzq4//jnRRvvJPaFk89gmHleEinwllFcrnEYD+z +MdAHdu8vTscgtSAP5Qk/Gq8f7YNx30nWIwfA2BgKWDpRrGDiU4u4isbCS3Nhr/6o9S/ ntqdv1zQF76XBMhGHKT159CPgmEIaNlCRnAO8rJzCf4l5uII7OE9obLjRVT7Pg2cCY8a E2dbJwD9FnEPHZyr+Drf0voV1uQm3BLGMfp15AvkvgnZA7QnGtjN9aqO810iGKYEDzpn pfuwZ2GOCrcBM7SvgU8wrijaajdN48uyvkxnysN7DixfSPslWDJzaygYyxra72nGmHNh J/2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 11-v6si355835plc.376.2018.02.21.15.42.50; Wed, 21 Feb 2018 15:43:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751553AbeBUXld (ORCPT + 99 others); Wed, 21 Feb 2018 18:41:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:33282 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbeBUXlR (ORCPT ); Wed, 21 Feb 2018 18:41:17 -0500 Received: from localhost.localdomain (jahogan.plus.com [212.159.75.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7D589217A5; Wed, 21 Feb 2018 23:41:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7D589217A5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org From: James Hogan To: linux-metag@vger.kernel.org Cc: linux-kernel@vger.kernel.org, James Hogan , Wolfram Sang , linux-i2c@vger.kernel.org Subject: [PATCH 13/13] i2c: img-scb: Drop METAG dependency Date: Wed, 21 Feb 2018 23:38:25 +0000 Message-Id: <20180221233825.10024-14-jhogan@kernel.org> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180221233825.10024-1-jhogan@kernel.org> References: <20180221233825.10024-1-jhogan@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now that arch/metag/ has been removed, remove the METAG dependency from the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs so the driver still has value. Signed-off-by: James Hogan Cc: Wolfram Sang Cc: linux-i2c@vger.kernel.org Cc: linux-metag@vger.kernel.org --- 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 a9805c7cb305..94f419489a0b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -635,7 +635,7 @@ config I2C_IBM_IIC config I2C_IMG tristate "Imagination Technologies I2C SCB Controller" - depends on MIPS || METAG || COMPILE_TEST + depends on MIPS || COMPILE_TEST help Say Y here if you want to use the IMG I2C SCB controller, available on the TZ1090 and other IMG SoCs. -- 2.13.6