]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - Kconfig
kconfig: reference environment variables directly and remove 'option env='
[mirror_ubuntu-jammy-kernel.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 8c4c1cb0f9cd44321d340d8ae7e243677437adfb..4af1b42ef62eed16632a5bf613973f7af810d0e8 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -3,10 +3,6 @@
 # For a description of the syntax of this configuration file,
 # see Documentation/kbuild/kconfig-language.txt.
 #
-mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
+mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
 
-config SRCARCH
-       string
-       option env="SRCARCH"
-
-source "arch/$SRCARCH/Kconfig"
+source "arch/$(SRCARCH)/Kconfig"