From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97523C433FE for ; Wed, 16 Nov 2022 18:10:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234172AbiKPSKl (ORCPT ); Wed, 16 Nov 2022 13:10:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233202AbiKPSKi (ORCPT ); Wed, 16 Nov 2022 13:10:38 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABC4765EC for ; Wed, 16 Nov 2022 10:10:37 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5EBF9B81DA8 for ; Wed, 16 Nov 2022 18:10:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C568C433C1; Wed, 16 Nov 2022 18:10:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668622235; bh=bO5AhemiIaMwveJ6u3QR7ik1Pfk5Qq+/QWLepHSA6qM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z2HPGeS1ajqFhpRxwSzYCfsu1imXAlmgsewIkIfWLI2/VAjuqk/GAROM7kd24Pl45 C04GtGIQ+zipQxC2GhYWuhQSz0+awWyHTekWhiMBl3UUtm6iWq1145YQxjd9SzNVVo qrseKwxUaT7YKf7kDKHFQMsRRuKMPuyIqj8dCUugeKG08en8/hacehJdddouUNlBs5 PyMgPBXrQR8iUr51DNFSz7xE+lyeDYD6eJwIQ8xuKhuJjKq+CwvB9HWoIi39WAP8va Q+QvBAtlRw6BqPGTXW6+7kL4yxPv4Nl4wk+0Ihx7SbP75PY7jeb8V+R7mb5bBqfNXY 6FQwpyQ+VTorw== Date: Wed, 16 Nov 2022 18:10:31 +0000 From: Lee Jones To: Matti Vaittinen Cc: Matti Vaittinen , linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] mfd: bd957x: Fix Kconfig dependency Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Nov 2022, Matti Vaittinen wrote: > The bd957x driver uses regmap-IRQ but does not SELECT ot depend on it. > This can cause build failure. > > SELECT the regmap-IRQ for BD957X from Kconfig. > > Fixes: 0e9692607f94 ("mfd: bd9576: Add IRQ support") > Signed-off-by: Matti Vaittinen > --- > Oh, found this forgotten treasure while cleaning old branches from my > local git. It seems to me this is still valid but has fallen through the > cracks. > > drivers/mfd/Kconfig | 1 + > 1 file changed, 1 insertion(+) Applied with some commit-log clean-up. -- Lee Jones [李琼斯]