From patchwork Wed May 30 04:47:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 9036 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 6F7A123E58 for ; Wed, 30 May 2012 04:48:56 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 3ED20A185A7 for ; Wed, 30 May 2012 04:48:56 +0000 (UTC) Received: by yhpp61 with SMTP id p61so3563019yhp.11 for ; Tue, 29 May 2012 21:48:55 -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=TVUQZyxmBO24wt+G3LDjk5/eAs/VMWRZ81ZrtqGdoJ4=; b=KLgG1QxlPXm0lepUDZaNxG5Ax0l5cIv8N2O38ZUEujpAsHw9dPDdRFClV2SSN6L+YU ikeVp2g52pxw+ACGqVR8TbDJXBx90tpOAnPWRjj4OvztIkTWMlQlfmZgiAy8DTNQfUub pY6M3ZwD0g1qUA7XhadsRUZMKPlKVFeUcq6VwiXofXt7488a/puGpj7PM5uQJxkz1RP2 /zWRkDlvoZucK9r0mKsl+rMt6wmIvKvhZQFMQZ9ufWEXpIVPsAaIxvNqWmIAKTBMAxcF /FwVZoJIugz1k31YC6izIElas2BbGgVY4oJ1wiooc81ZthMWUs3wMYR5BELIGz+F0eaT Y3Fg== Received: by 10.50.95.135 with SMTP id dk7mr9294411igb.53.1338353335313; Tue, 29 May 2012 21:48:55 -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 v20csp170284ibb; Tue, 29 May 2012 21:48:54 -0700 (PDT) Received: by 10.68.234.35 with SMTP id ub3mr45640098pbc.8.1338353334627; Tue, 29 May 2012 21:48:54 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id kg6si23391939pbc.215.2012.05.29.21.48.54 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 May 2012 21:48:54 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 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-pb0-f50.google.com with SMTP id rr4so7848714pbb.37 for ; Tue, 29 May 2012 21:48:54 -0700 (PDT) Received: by 10.68.227.69 with SMTP id ry5mr45964282pbc.16.1338353334368; Tue, 29 May 2012 21:48:54 -0700 (PDT) Received: from localhost.localdomain ([118.143.64.134]) by mx.google.com with ESMTPS id kd6sm25122557pbc.24.2012.05.29.21.48.51 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 May 2012 21:48:53 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, arnd@arndb.de, linus.walleij@stericsson.com, grant.likely@secretlab.ca, cjb@laptop.org, broonie@opensource.wolfsonmicro.com, sameo@linux.intel.com Cc: Lee Jones , linux-kernel@vger.kernel.org Subject: [PATCH 18/22] mfd: Remove redundant Kconfig entry Date: Wed, 30 May 2012 12:47:36 +0800 Message-Id: <1338353260-10097-19-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1338353260-10097-1-git-send-email-lee.jones@linaro.org> References: <1338353260-10097-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQmpOkmFlV6+n2wX7suKw3SDYGnV0US/c6Dt/HWNL/pmyNv5GsTo3VB3er72jfSCSpG8k9NH During ab8500-core clean-up the Kconfig entry for AB8500_I2C_CORE was left remnant. This patch simply removes it. Cc: Samuel Ortiz Cc: linux-kernel@vger.kernel.org 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 11a1b65..b697136 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -660,16 +660,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