From patchwork Sat Jan 31 13:47:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hao X-Patchwork-Id: 435139 X-Patchwork-Delegate: michael@ellerman.id.au Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 96B851401DA for ; Sun, 1 Feb 2015 00:56:15 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [103.22.144.67]) by lists.ozlabs.org (Postfix) with ESMTP id 7B71A1A22CF for ; Sun, 1 Feb 2015 00:56:15 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 78DA31A1107 for ; Sun, 1 Feb 2015 00:48:49 +1100 (AEDT) Received: by mail-yh0-f45.google.com with SMTP id f73so12997097yha.4 for ; Sat, 31 Jan 2015 05:48:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xLXxRqc9P4QGSAxmQwCWK2gvLGqof2tZzCVKL/LyLnQ=; b=p2wcI3SvcvLGjhf9sROMImm3fsTiesVqeZnjDs4mVR2uld+yAMcQDgWJ4VChWHMvat F9NdCIgDyD74KEw3sODyQ0eW8jwQol6N/KigopoZBZU7ODEif+lIX3TUCG4LjYGvwFzk lMIkR5INozEPNlL9MvbTSl2AvN5X01GJzOZLZ/unfRPW9g6BdSrhAZ9rFPSCZFJwQLQY m1HWuXooB6ZyxcJGNqQdTqNGjU6dN/NjrhBmQhSFQEkzBwatyNuEA2IxHTanLW/ifcwb Zs5eLjHdlSIqRzGAL6FQZ8EbSDzgy6sZ+1lWiQ5P9t+enf0lCCkmOdV8a39QbVk1Kj3X x/iQ== X-Received: by 10.236.8.9 with SMTP id 9mr5215926yhq.165.1422712127304; Sat, 31 Jan 2015 05:48:47 -0800 (PST) Received: from pek-khao-d1.corp.ad.wrs.com ([106.120.101.38]) by mx.google.com with ESMTPSA id z23sm8423995yhz.35.2015.01.31.05.48.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 31 Jan 2015 05:48:46 -0800 (PST) From: Kevin Hao To: linuxppc-dev@lists.ozlabs.org, linux-gpio@vger.kernel.org Subject: [PATCH 10/15] gpio: kconfig: replace PPC_OF with PPC Date: Sat, 31 Jan 2015 21:47:40 +0800 Message-Id: <1422712065-9403-11-git-send-email-haokexin@gmail.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1422712065-9403-1-git-send-email-haokexin@gmail.com> References: <1422712065-9403-1-git-send-email-haokexin@gmail.com> Cc: Alexandre Courbot , Linus Walleij , Kevin Hao X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" The PPC_OF is a ppc specific option which is used to mean that the firmware device tree access functions are available. Since all the ppc platforms have a device tree, it is aways set to 'y' for ppc. So it makes no sense to keep a such option in the current kernel. Replace it with PPC. Signed-off-by: Kevin Hao --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index ae5cb4d517c6..c1e2ca3d9a51 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -383,7 +383,7 @@ config GPIO_XGENE_SB config GPIO_XILINX tristate "Xilinx GPIO support" - depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || X86) + depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86) help Say yes here to support the Xilinx FPGA GPIO device