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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 01247C25B7A for ; Mon, 13 May 2024 23:53:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=e68uPVsk/uDrjbkfHM6D4O0Di3mTp+1cKpY0hUqkRNs=; b=hcyKzhvl2O2VfR uVEWq0sE32GHoLdprOv4ls5TQybXcb+O2AsWJLcXVBJ+hc1XYqXBmUOQ/9r7RcORJ7ZMivOEXirjf ua/sKD7wGW6p93FBX9kZdH1tnO4Mbmg1z7drkh3K4f3fv2yIIPEXAmi1qIatUTZXS28V+kJKXOHXt Whbp1n6di4ex9peEetysyl8XDwcn1VS6LBfQtTvTAKly87gUH1RChe4jcoTc4itngRl+1qe9F1Lyg Szo6K+brBb4ufK+JsYCJ8bGsGkLtd9+yaZnT7z0nSiG6JkNKgO21fceyUeLVKmea2ZVbhiPpzcj4P s8RoaV2QDa1X8fYjnnaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s6fTW-0000000EY8W-2YJR; Mon, 13 May 2024 23:52:58 +0000 Received: from relay.smtp-ext.broadcom.com ([192.19.144.208]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s6fTN-0000000EY4F-1Ero for linux-arm-kernel@lists.infradead.org; Mon, 13 May 2024 23:52:51 +0000 Received: from mail-lvn-it-01.lvn.broadcom.net (mail-lvn-it-01.lvn.broadcom.net [10.36.132.253]) by relay.smtp-ext.broadcom.com (Postfix) with ESMTP id EF809C0000ED; Mon, 13 May 2024 16:52:39 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 relay.smtp-ext.broadcom.com EF809C0000ED DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1715644360; bh=lQIjl5hEK45jvJkbp0UsHwivkT2VE8Fl/ArGh+n9d1E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=C2qJYaB4mxlvkP5y70+GCmFuzibx3q7p8lvpAHB7sezpR4/2AeUh2yr0Ujau9Kr/4 bXdw07kM3u9Nq0Rae0PtEu2AAOheuJ22sd9lfe+MI6i/MsMzYfBtYkLdo639v/mAEd EE9VldDqz68nW1Zj+3CxpAibi89o//AIhH3tc/20= Received: from fainelli-desktop.igp.broadcom.net (fainelli-desktop.dhcp.broadcom.net [10.67.48.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail-lvn-it-01.lvn.broadcom.net (Postfix) with ESMTPSA id E041218041CAC6; Mon, 13 May 2024 16:52:37 -0700 (PDT) From: Florian Fainelli To: linux-arm-kernel@lists.infradead.org Cc: Florian Fainelli , Michael Turquette , Stephen Boyd , Jassi Brar , Bjorn Andersson , Maximilian Luz , Ard Biesheuvel , Johan Hovold , "Michael S. Tsirkin" , Sudeep Holla , Conor Dooley , Bartosz Golaszewski , linux-clk@vger.kernel.org (open list:COMMON CLK FRAMEWORK), linux-kernel@vger.kernel.org (open list), Stefan Wahren Subject: [PATCH 1/3] mailbox: Make BCM2835_MBOX default to ARCH_BCM2835 Date: Mon, 13 May 2024 16:52:32 -0700 Message-Id: <20240513235234.1474619-2-florian.fainelli@broadcom.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240513235234.1474619-1-florian.fainelli@broadcom.com> References: <20240513235234.1474619-1-florian.fainelli@broadcom.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240513_165249_536757_1ADE2153 X-CRM114-Status: GOOD ( 11.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This driver is depended on by CONFIG_FIRMWARE_RASPBERRYPI which provides a number of essential services, including but not limited to a Linux common clock framework provider. Make sure that enable CONFIG_ARCH_BCM2835 does enable the corresponding mailbox driver. Signed-off-by: Florian Fainelli --- drivers/mailbox/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 42940108a187..2b4cde562a90 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -109,6 +109,7 @@ config ALTERA_MBOX config BCM2835_MBOX tristate "BCM2835 Mailbox" depends on ARCH_BCM2835 + default ARCH_BCM2835 help An implementation of the BCM2385 Mailbox. It is used to invoke the services of the Videocore. Say Y here if you want to use the -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel