From nobody Thu Sep 11 21:09:00 2025 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 E8A88C001B0 for ; Tue, 8 Aug 2023 17:29:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234039AbjHHR3G (ORCPT ); Tue, 8 Aug 2023 13:29:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233700AbjHHR23 (ORCPT ); Tue, 8 Aug 2023 13:28:29 -0400 Received: from xry111.site (xry111.site [IPv6:2001:470:683e::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E94627AB9 for ; Tue, 8 Aug 2023 09:12:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1691481324; bh=nrjRfO2+8JOw7uXLUstSS+xBnROqeg8OtCZsp2REDi8=; h=From:To:Cc:Subject:Date:From; b=Qt2APqt0ngxzrHhS19KQer6aWYxpaiL0DRcgp4fo7Yk7SNK7qcatH6hcTCdzA1VVO kN5sTTEW6bNMOPHPX9FEGsFWXEjilu0VsYOKO7xY04hn5qjFtUBbhxrlYmwmf9QURz zlgOHLZPNNNLJEsg4G4pg7+refbR8aHn11+1CzDY= Received: from stargazer.. (unknown [IPv6:2409:8a0c:2a4:2170:40dc:a500:81f0:2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id 9053F659AD; Tue, 8 Aug 2023 03:55:20 -0400 (EDT) From: Xi Ruoyao To: loongarch@lists.linux.dev Cc: Huacai Chen , WANG Xuerui , linux-kernel@vger.kernel.org, Xi Ruoyao Subject: [PATCH v2] LoongArch: Remove redundant "source drivers/firmware/Kconfig" Date: Tue, 8 Aug 2023 15:55:05 +0800 Message-ID: <20230808075505.2481-1-xry111@xry111.site> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" In drivers/Kconfig, drivers/firmware/Kconfig is sourced for all ports so there is no need to source it in the port-specific Kconfig file. And sourcing it here also caused the "Firmware Drivers" menu appeared two times: once in the "Device Drivers" menu, another time in the toplevel menu. This was really puzzling. Signed-off-by: Xi Ruoyao Reviewed-by: Randy Dunlap --- arch/loongarch/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig index e71d5bf2cee0..465759f6b0ed 100644 --- a/arch/loongarch/Kconfig +++ b/arch/loongarch/Kconfig @@ -662,5 +662,3 @@ source "kernel/power/Kconfig" source "drivers/acpi/Kconfig" =20 endmenu - -source "drivers/firmware/Kconfig" --=20 2.41.0