From patchwork Tue Jun 6 14:45:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J, KEERTHY" X-Patchwork-Id: 9769007 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 CA0F660364 for ; Tue, 6 Jun 2017 14:46:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B980B27E71 for ; Tue, 6 Jun 2017 14:46:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE32B2847C; Tue, 6 Jun 2017 14:46:09 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 2FFD727E71 for ; Tue, 6 Jun 2017 14:46:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751390AbdFFOqH (ORCPT ); Tue, 6 Jun 2017 10:46:07 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:37081 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281AbdFFOqH (ORCPT ); Tue, 6 Jun 2017 10:46:07 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v56Ek3Wb014205; Tue, 6 Jun 2017 09:46:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1496760363; bh=1fuTPbJ5OfsxegASpTBS6ptPvxNqqqyJ049n07LZ1Pg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Aj504vJWxJdXUHwJQiREH08K9siwSrPk8Nj4pmExvOeqo72lptlqZj4AKoM6Oere0 c95H/rlKfSuJO0oVC8xZAEE8p7kXTnA9sGUoHpwJA3RnHrM1shDiKEQSo6CNaxP2C0 xjux9xX+WVrmMNrW7BNx2/7UCG5Rl0EQ+B9d9Qfc= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v56Ek31X012019; Tue, 6 Jun 2017 09:46:03 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Tue, 6 Jun 2017 09:46:02 -0500 Received: from ula0393675.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v56EjpSs001299; Tue, 6 Jun 2017 09:45:58 -0500 From: Keerthy To: , , CC: , , Subject: [PATCH 1/5] mfd: palmas: Add a dependency on OF Date: Tue, 6 Jun 2017 20:15:36 +0530 Message-ID: <1496760340-27959-2-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1496760340-27959-1-git-send-email-j-keerthy@ti.com> References: <1496760340-27959-1-git-send-email-j-keerthy@ti.com> MIME-Version: 1.0 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 Currently the driver boots only via device tree hence add a dependency on OF. Signed-off-by: Keerthy --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 3eb5c93..b845d28 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1223,7 +1223,7 @@ config MFD_PALMAS select MFD_CORE select REGMAP_I2C select REGMAP_IRQ - depends on I2C=y + depends on I2C=y && OF help If you say yes here you get support for the Palmas series of PMIC chips from Texas Instruments.