From patchwork Thu Jun 9 17:02:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 9167495 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 274E2604DB for ; Thu, 9 Jun 2016 17:04:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 14F2228342 for ; Thu, 9 Jun 2016 17:04:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0985E28356; Thu, 9 Jun 2016 17:04:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=2.0 tests=BAYES_00,FSL_HELO_HOME, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F23A628355 for ; Thu, 9 Jun 2016 17:04:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932738AbcFIREE (ORCPT ); Thu, 9 Jun 2016 13:04:04 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:35924 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752395AbcFIRDU (ORCPT ); Thu, 9 Jun 2016 13:03:20 -0400 Received: by mail-oi0-f66.google.com with SMTP id d132so8584123oig.3; Thu, 09 Jun 2016 10:03:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=eRcoFH1OjkN6izGczvIQO5DrC2ektAterUVN3Dbx2ZI=; b=BX4PiJIPr8EBGpUNs3CBSj+aURdXFASHY3ikff2pQGiv55sTR3zsHnjUYNqjFW1tXa qVWnqo1ReqBJ9WzpR0EqqsAgvKtnhlP4+Aj275pcfl5LE7gbX1Hw+Np6yDp5dUSlSIeU SbXEFGOWGCg5bTcr+0OYuxXczPIFKV5SW/A2pOLtITQwQhSDbwsVJzxQ9l/UMWxcJEa0 YUYrEE5dctm7RKn8hsd08Tgav2ElLwNtQG2Vu7dIMJIAvWI8V8tMiymOmVU4RRuAVUF6 cuWJcpVQG6c++JLuzmtQ2SDj5cnRMxehI1N5xWdpgJHmY2oX3WVqUEZNkUER+iQ9q2Pt G3XA== X-Gm-Message-State: ALyK8tI5xn1z4GVE7j/P4GOe6eybjfLUCcWc0QSAI90FiJjnOj8KZ7CbXPeEXSODpnQ8lw== X-Received: by 10.157.38.185 with SMTP id l54mr6957553otb.112.1465491799760; Thu, 09 Jun 2016 10:03:19 -0700 (PDT) Received: from beast-server.fios-router.home ([108.19.212.211]) by smtp.gmail.com with ESMTPSA id 19sm621929otu.1.2016.06.09.10.03.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jun 2016 10:03:18 -0700 (PDT) From: Franklin S Cooper Jr To: tony@atomide.com, boris.brezillon@free-electrons.com, computersforpeace@gmail.com, linux-arm-kernel@lists.infradead, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org Cc: Franklin S Cooper Jr Subject: [PATCH 5/6] memory: omap-gpmc: Enable omap-gpmc by default when dependency is met Date: Thu, 9 Jun 2016 12:02:56 -0500 Message-Id: <1465491777-20033-6-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1465491777-20033-1-git-send-email-fcooper@ti.com> References: <1465491777-20033-1-git-send-email-fcooper@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP When dependencies are met enable OMAP GPMC by default. Later patches will prevent OMAP GPMC from being automatically selected by mach-omap2 Kconfig. Therefore, this will sure after that change the current behavior is still maintained when dependencies are met. Signed-off-by: Franklin S Cooper Jr --- drivers/memory/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 81ddb17..56a1c66 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -51,6 +51,7 @@ config TI_EMIF config OMAP_GPMC bool + default y select GPIOLIB help This driver is for the General Purpose Memory Controller (GPMC)