From patchwork Mon Jun 11 15:24:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 9196 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4E79C23EB4 for ; Mon, 11 Jun 2012 15:25:28 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1EC6DA186D8 for ; Mon, 11 Jun 2012 15:25:28 +0000 (UTC) Received: by mail-gg0-f180.google.com with SMTP id f1so2843382ggn.11 for ; Mon, 11 Jun 2012 08:25:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=6sIWDw40sPhC4v9LZAnSiSzII3SjEG+hPapy1jxAQWY=; b=RB9MlQWWwIf8nEUhTUcQinKkpIgwpKj9G3ruqM3DqCxO4rVQsQnwXuUavJYYc8jWFa JFFlxcuozCcpXpFFCeDNt7ElDKCMqWftQ6/Lxbm/NjGrmAt/l34zHk3c/YLTh5RYrpd/ tvIJ2yqqVg8WXPwIUGVL//FDo/8EzFJ4YmSS/eVwJLbG5AFa/WsV+C/cInQUYMD14q7F vjiZXK0iCTEUF0lIS8wunsitsafkh3juqePdJmZ5wHG7OXL8tmbo3ovfjRxpfyNtp7Yf KWJioZUvhRBmO0hINoqgo4+6mF+Bi3VZOf/S/kgZwrMl1REWn05wlA/P1qXZb1KLBwB7 ne3g== Received: by 10.50.203.39 with SMTP id kn7mr6524371igc.53.1339428327711; Mon, 11 Jun 2012 08:25:27 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp115719ibb; Mon, 11 Jun 2012 08:25:26 -0700 (PDT) Received: by 10.216.215.194 with SMTP id e44mr7141067wep.61.1339428326399; Mon, 11 Jun 2012 08:25:26 -0700 (PDT) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx.google.com with ESMTPS id n50si24385169wee.54.2012.06.11.08.25.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jun 2012 08:25:26 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.170 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.170; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.170 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f170.google.com with SMTP id hm6so3479783wib.1 for ; Mon, 11 Jun 2012 08:25:25 -0700 (PDT) Received: by 10.180.81.36 with SMTP id w4mr21909426wix.16.1339428325758; Mon, 11 Jun 2012 08:25:25 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id ch9sm39413606wib.8.2012.06.11.08.25.24 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jun 2012 08:25:25 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: linus.walleij@stericsson.com, arnd@arndb.de, grant.likely@secretlab.ca, Lee Jones , Samuel Ortiz Subject: [PATCH 04/14] mfd: Remove redundant Kconfig entry Date: Mon, 11 Jun 2012 16:24:57 +0100 Message-Id: <1339428307-3850-5-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> References: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkKLUum3NNbzUXmRlqQeC4zzspUnV1WJb27aqU4YVUTHvvrfiEi4ALgqqTGM96NVGuzxPwX During ab8500-core clean-up the Kconfig entry for AB8500_I2C_CORE was left remnant. This patch simply removes it. Cc: Samuel Ortiz Signed-off-by: Lee Jones --- drivers/mfd/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index e129c82..170072e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -703,16 +703,6 @@ config AB8500_CORE the irq_chip parts for handling the Mixed Signal chip events. This chip embeds various other multimedia funtionalities as well. -config AB8500_I2C_CORE - bool "AB8500 register access via PRCMU I2C" - depends on AB8500_CORE && MFD_DB8500_PRCMU - default y - help - This enables register access to the AB8500 chip via PRCMU I2C. - The AB8500 chip can be accessed via SPI or I2C. On DB8500 hardware - the I2C bus is connected to the Power Reset - and Mangagement Unit, PRCMU. - config AB8500_DEBUG bool "Enable debug info via debugfs" depends on AB8500_CORE && DEBUG_FS