From patchwork Sat Jan 31 13:47:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hao X-Patchwork-Id: 435141 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 [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 950901400DE for ; Sun, 1 Feb 2015 00:57:38 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [103.22.144.67]) by lists.ozlabs.org (Postfix) with ESMTP id 775C21A06C1 for ; Sun, 1 Feb 2015 00:57:38 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mail-yk0-x22b.google.com (mail-yk0-x22b.google.com [IPv6:2607:f8b0:4002:c07::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 21B171A114B for ; Sun, 1 Feb 2015 00:48:56 +1100 (AEDT) Received: by mail-yk0-f171.google.com with SMTP id 10so19100229ykt.2 for ; Sat, 31 Jan 2015 05:48:53 -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=KD158UBCYv/69qsZVCKH2PDY9ra0cTStF8nxibnC3OM=; b=CbR+SlPAu+bEPB05Y9YZAbbWvhtmRnOCReP6VcsqGasVG5IvtRrfe/ywGU7TsAY3Ix sIKQVbvO5w+OgrKmCt2VIsrmK8iz8B2+LYx0UxlGlhrDCkNT38H/v1cj4xSxf7vHhb4L TVC3hXoy7t8saDsrqJGqSVpybB+/PXUsjEO7d8Arhf0bGXOOCxzJTxa/qgCk/U5mZgt7 r7CBceYfd7g38MOh5BgWHWiDhokvWgkJ+CP8juGQmkicj52alwPYMu5qhv06AcGkDBBo koJndItx2/GQNL1WYRqNpxzuXUFTXoN2XikeXMvRZWP19dRAOalXfx8t/DmN6qaE43CW A0JQ== X-Received: by 10.236.140.201 with SMTP id e49mr5178936yhj.147.1422712133906; Sat, 31 Jan 2015 05:48:53 -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.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 31 Jan 2015 05:48:53 -0800 (PST) From: Kevin Hao To: linuxppc-dev@lists.ozlabs.org, linux-mtd@lists.infradead.org Subject: [PATCH 12/15] mtd: kconfig: replace PPC_OF with PPC Date: Sat, 31 Jan 2015 21:47:42 +0800 Message-Id: <1422712065-9403-13-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: Kevin Hao , Brian Norris , David Woodhouse 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/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 7d0150d20432..ceade0448025 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -421,7 +421,7 @@ config MTD_NAND_ORION config MTD_NAND_FSL_ELBC tristate "NAND support for Freescale eLBC controllers" - depends on PPC_OF + depends on PPC select FSL_LBC help Various Freescale chips, including the 8313, include a NAND Flash