From patchwork Mon Mar 10 15:29:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 25987 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-pd0-f198.google.com (mail-pd0-f198.google.com [209.85.192.198]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 9D3652055F for ; Mon, 10 Mar 2014 15:29:17 +0000 (UTC) Received: by mail-pd0-f198.google.com with SMTP id fp1sf17606405pdb.9 for ; Mon, 10 Mar 2014 08:29:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=EoU7SNaOXZyA+KHFmoXfEVTbhBjNQjlauWXpIY0bqf8=; b=ZNkxxRtnbRJ8+ZFZ48jIMSZzA99JKTXShay/SqBspon/1Wj8K6N4ZBByCl8brFMeMj gUzpkSdX90JgL7MXK7WziU48SceC/fwKAKkvzbZ0ohurfxTsSO8lfrSB/7MxNqgy2qsg rpHKq5u+49JAqrt3W0lRJ2R8RJ2TY5nvK1ma7oRcd7iRN3/HIvZpBxqIyS+tUXiyIgZd rQQvcxL1YOqAwBpz/OP25rMYQtDdEQK7Pq+2+BKSNFqamrejRIYJhT44+K9bBU5JEwjh bLTN8fmzu1cz50cxLSEZP95aFE0W+D22mPSOvu90pru2+TQPWTkac3mWEZ3YnotZtdNt RDMQ== X-Gm-Message-State: ALoCoQmMxwGx9gNz04dGGzlZSuFSBPCaKw8yy2EU5Rff4ObwWg0FtTJ/A6F4AYDHe+eebr1xvDuz X-Received: by 10.66.26.146 with SMTP id l18mr13705765pag.2.1394465356829; Mon, 10 Mar 2014 08:29:16 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.106.165 with SMTP id e34ls2164786qgf.29.gmail; Mon, 10 Mar 2014 08:29:16 -0700 (PDT) X-Received: by 10.58.91.101 with SMTP id cd5mr22987475veb.5.1394465356690; Mon, 10 Mar 2014 08:29:16 -0700 (PDT) Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) by mx.google.com with ESMTPS id 3si1627409vcb.144.2014.03.10.08.29.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Mar 2014 08:29:16 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.177 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.177; Received: by mail-ve0-f177.google.com with SMTP id sa20so7086762veb.22 for ; Mon, 10 Mar 2014 08:29:16 -0700 (PDT) X-Received: by 10.58.200.168 with SMTP id jt8mr809644vec.30.1394465356614; Mon, 10 Mar 2014 08:29:16 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.78.9 with SMTP id i9csp126896vck; Mon, 10 Mar 2014 08:29:16 -0700 (PDT) X-Received: by 10.194.59.226 with SMTP id c2mr3028194wjr.6.1394465355722; Mon, 10 Mar 2014 08:29:15 -0700 (PDT) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by mx.google.com with ESMTPS id d8si18611614wjs.109.2014.03.10.08.29.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Mar 2014 08:29:15 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.181 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.181; Received: by mail-we0-f181.google.com with SMTP id q58so8624993wes.26 for ; Mon, 10 Mar 2014 08:29:15 -0700 (PDT) X-Received: by 10.180.78.164 with SMTP id c4mr9365404wix.57.1394465355001; Mon, 10 Mar 2014 08:29:15 -0700 (PDT) Received: from lee--X1.home (host109-148-116-196.range109-148.btcentralplus.com. [109.148.116.196]) by mx.google.com with ESMTPSA id h13sm51730998wjr.22.2014.03.10.08.29.13 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Mar 2014 08:29:14 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: linus.walleij@linaro.org, Lee Jones , Mark Brown Subject: [PATCH] mfd: tps65218: Fix reported randconfig error Date: Mon, 10 Mar 2014 15:29:11 +0000 Message-Id: <1394465351-14764-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.3.2 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: lee.jones@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.177 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Reported error was: ERROR: "regmap_del_irq_chip" [drivers/mfd/tps65218.ko] undefined! when CONFIG_REGMAP_IRQ is not enabled. Cc: Mark Brown Reported-by: Randy Dunlap Signed-off-by: Lee Jones --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 7c443f2..456a7e7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -864,6 +864,7 @@ config MFD_TPS65218 depends on I2C select MFD_CORE select REGMAP_I2C + select REGMAP_IRQ help If you say yes here you get support for the TPS65218 series of Power Management chips.