From patchwork Thu Nov 5 11:15:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 105273 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp341421lbr; Thu, 5 Nov 2015 03:15:55 -0800 (PST) X-Received: by 10.68.218.66 with SMTP id pe2mr8582023pbc.97.1446722155581; Thu, 05 Nov 2015 03:15:55 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id sa10si5732949pac.110.2015.11.05.03.15.55; Thu, 05 Nov 2015 03:15:55 -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 S1161059AbbKELPx (ORCPT + 28 others); Thu, 5 Nov 2015 06:15:53 -0500 Received: from conuserg012.nifty.com ([202.248.44.38]:21160 "EHLO conuserg012-v.nifty.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1031365AbbKELPu (ORCPT ); Thu, 5 Nov 2015 06:15:50 -0500 Received: from beagle.diag.org (KD036012008038.au-net.ne.jp [36.12.8.38]) (authenticated) by conuserg012-v.nifty.com with ESMTP id tA5BEw4x006852; Thu, 5 Nov 2015 20:15:24 +0900 X-Nifty-SrcIP: [36.12.8.38] From: Masahiro Yamada To: linux-kernel@vger.kernel.org, Philipp Zabel Cc: Masahiro Yamada , Mark Brown , linux-spi@vger.kernel.org Subject: [RFC PATCH 2/7] spi: sunxi: remove redundant "depends on RESET_CONTROLLER" Date: Thu, 5 Nov 2015 20:15:23 +0900 Message-Id: <1446722128-11961-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446722128-11961-1-git-send-email-yamada.masahiro@socionext.com> References: <1446722128-11961-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ARCH_SUNXI selects RESET_CONTROLLER. The dependency "depends on RESET_CONTROLLER" is already met. Signed-off-by: Masahiro Yamada --- drivers/spi/Kconfig | 1 - 1 file changed, 1 deletion(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4887f31..604ffab 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -536,7 +536,6 @@ config SPI_SUN4I config SPI_SUN6I tristate "Allwinner A31 SPI controller" depends on ARCH_SUNXI || COMPILE_TEST - depends on RESET_CONTROLLER help This enables using the SPI controller on the Allwinner A31 SoCs.