From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5D31F282F1B; Sat, 12 Sep 2026 07:43:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789199039; cv=none; b=QdaglNTM4wTohor+DM6QLRs+NT7zrf0GYRb60pQ2N+z+CUDDmSNDMNYoNtI94iAac0UNUEYt3raVEeqrRvyLweOx0DJ5F08dTMipDhPeIVshu8Q1vb3GBpHgPF7LqRjjzEr4P/E6FzJz4avyLoY1Nd7F/FClsw3llIzoNaWC0XU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789199039; c=relaxed/simple; bh=S6Xe6imrNUK2VUhgAPwp0V/AwXl9ksP3gtN8r0Hwj3g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=eqPOENmkEhgdUKmSSe5T09p8YUD8NHp+bBPFzVPhCT48vene5vWTDeCbH+U6LgtE2id26mf9EdWHYZPuSzFHie1AiXFtduMe2NG1AsC8bufUCzq9MNYBfZr7socfuzLVZRjASd/wKEZ8AD0vQ4YNQ8bGtZGk/Sm7LHba5gOdmCc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=WVvAtGkk; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="WVvAtGkk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C76E1F000FF; Sat, 12 Sep 2026 07:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789199037; bh=pfuL9DJgcSJ/mYdFKw3rlGO08S8M//90VQs0/MCffOQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=WVvAtGkkFFQZid3r/3k5BrJ2mSu5XcSqS3gkxcoSrvipSWDlBw8ocxAqHTF8fcZB+ rkRO9BVRTAU4Bu0pfG6ARCTE5ZpRRDD6Ih/LhacCOO21se2l7q9w4YbxQL/TgSVSiu g5igkghW1bH/JFavhrqpDU7s4HyiD4XctJPLUCYg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Marek Vasut , Geert Uytterhoeven , Marek Vasut , Kuninori Morimoto , Duy Nguyen , Sasha Levin Subject: [PATCH 7.2 0460/1815] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS" Date: Sat, 12 Sep 2026 08:36:50 +0200 Message-ID: <20260912065659.688910412@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065648.999753832@linuxfoundation.org> References: <20260912065648.999753832@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 7.2-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geert Uytterhoeven [ Upstream commit 07231087d5e24c4d9c578c824b96f8af913f7324 ] The Kconfig entry for ARCH_R8A78000 contains both "default y if ARCH_RENESAS" and "default ARCH_RENESAS", which are sort-of duplicates. Drop the latter, to restore consistency with the other ARM64 entries. Fixes: 5284d0b09d1bdc69 ("soc: renesas: Identify R-Car X5H") Reported-by: Marek Vasut Closes: https://lore.kernel.org/a069d50d-030d-4189-ae9d-37f989829da4@mailbox.org Signed-off-by: Geert Uytterhoeven Reviewed-by: Marek Vasut Reviewed-by: Kuninori Morimoto Reviewed-by: Duy Nguyen Link: https://patch.msgid.link/64de6e95719a6dec7412cf7e917a42749e738b99.1783593775.git.geert+renesas@glider.be Signed-off-by: Sasha Levin --- drivers/soc/renesas/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 2ab150d04bb1f..fdf18ed2dfc21 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -356,7 +356,6 @@ config ARCH_R8A779H0 config ARCH_R8A78000 bool "ARM64 Platform support for R8A78000 (R-Car X5H)" default y if ARCH_RENESAS - default ARCH_RENESAS select ARCH_RCAR_GEN5 help This enables support for the Renesas R-Car X5H SoC. -- 2.53.0