From 884ff4e8f24272a3b55f1d756bc177c0d5906754 Mon Sep 17 00:00:00 2001 From: jaehj128 <167561899+jaehj128@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:32:44 -0600 Subject: [PATCH] Update Kconfig --- arch/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index bd9f095d69fa03..18141a07f55af6 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 -# -# General architecture dependent options -# +# Be careful not to modify this config file +# General architecture-dependent options +# Do not compile the version of the kernel for your computer for another processor architecture # # Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can @@ -1683,3 +1683,4 @@ config ARCH_NEED_CMPXCHG_1_EMU bool endmenu +# This file depends on processor architecture, so do not configure this flie for the wrong architecture