VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-03-14 04:48:32 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-04-14 15:22:48 +0900 commit: b75b0a819af9f78fc395b189cddd40f590194d20 parent: 406616213bb776a6e6ec69192df39ab1042690f1
Commit Summary:
kconfig: change defconfig_list option to environment variable
Diffstat:
1 file changed, 0 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 5f5c776ef192..8578c6009674 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1,13 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-config DEFCONFIG_LIST
-	string
-	depends on !UML
-	option defconfig_list
-	default "/lib/modules/$(shell,uname -r)/.config"
-	default "/etc/kernel-config"
-	default "/boot/config-$(shell,uname -r)"
-	default "arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)"
-
 config CC_VERSION_TEXT
 	string
 	default "$(CC_VERSION_TEXT)"