Message ID | 20240323085101.1243814-1-masahiroy@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 F01531A38C9; Sat, 23 Mar 2024 08:51:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711183869; cv=none; b=dpM5h3QSpTg5wiQAdsxhToZtC732A2MyK+0SfxPONOJwjxzE/9ezbuNANu9ouHcL1bA9SICaw1hh3P7h/8MKjGbVm9R/zaH4N4MR9V0aaQr7P0kBIQtGWGd8kvt+F2sU2RFNlPqSYEosSjOMXYR+B12yJWNxNimLxFAqcYGds8c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711183869; c=relaxed/simple; bh=ZSQSp91ByCG6sof7vhTbEshJ5jEtojlDs7i/lt75JqM=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=bQSI5H1rMRqQEn8ahoA8IQdOVhB+QH6ezqWyK/Rg4n3fgnQZzcl0o00f3E84iIF08TNt3QneLL9RdJDFJ424xkMKek7gT1+2zUgb4KupPdiSIEP3IYltVrgTpjhREKRK5LIml3zhDEM4yJYJlM5R3Uv+HgT1gCr+BhuhjQ36s5c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tENLiFqR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tENLiFqR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F31BBC433C7; Sat, 23 Mar 2024 08:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711183868; bh=ZSQSp91ByCG6sof7vhTbEshJ5jEtojlDs7i/lt75JqM=; h=From:To:Cc:Subject:Date:From; b=tENLiFqRQIhUIkB2+FnlLQHb4/yPHYEGO7V2uf50Or0Iosntq2bcYZUsvgubujHD1 xrE7adskmN+8Nb1olweNGTrmQvQ3Owv8ud2tIIXgU9YsJtBsJmnVGqLXzWwO0dufoy sLvbGInT0N1lZ3rK/7gDeuJQ/W8/QHKqkcdUeq7cHTZcS9NObWje6ZHhDxoQWLj9AP k+KChcXKJgi41QCF5p1RIqAuJnAwbJhvQ/iS4bb0kyX6n9lkgCybon9NGTNJ0X1up7 ugVdRk4jFuRMn/37ycQ7+W+v2b4BpKGD9Su2ocZCTyk8XrquZeGXv4thlECcrG455A un8cCVfHEj6Eg== From: Masahiro Yamada <masahiroy@kernel.org> To: linux-kbuild@vger.kernel.org Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Masahiro Yamada <masahiroy@kernel.org>, Thomas Bogendoerfer <tsbogend@alpha.franken.de> Subject: [PATCH 0/2] kconfig: fix an unselectable choice in MIPS again, and make sure it never happens Date: Sat, 23 Mar 2024 17:50:59 +0900 Message-Id: <20240323085101.1243814-1-masahiroy@kernel.org> X-Mailer: git-send-email 2.40.1 Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: <linux-mips.vger.kernel.org> List-Subscribe: <mailto:linux-mips+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-mips+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
kconfig: fix an unselectable choice in MIPS again, and make sure it never happens
|
expand
|