summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-05-30 23:58:42 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-31 10:21:15 +0200
commit5843c2a40960a3b24c2d6f7568928275f17c2faa (patch)
tree82831bb50d9fe222e53b7aec182e85f760609739 /common
parent663894d99c64fb74b012864366ca6b30088fc1b5 (diff)
downloadbarebox-5843c2a40960a3b24c2d6f7568928275f17c2faa.tar.gz
barebox-5843c2a40960a3b24c2d6f7568928275f17c2faa.tar.xz
kconfig: update to Linux 5.13-rc1
The previous sync was Linux 5.9-rc2. Resync scripts/kconfig/ with Linux 5.13-rc1. Highlights: - make header names in include/config/ and CONFIG symbols match (scripts/basic/fixdep.c was adjusted) - remove all 'option' syntax (common/Kconfig was adjusted) - introduce KCONFIG_DEFCONFIG_LIST instead of 'option defconfig_list' - bug fixes and cleanups of nconfig - drop Qt4 support from xconfig - bug fixes, improvements, cleanups of xconfig - print a short log for syncconfig Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.barebox.org/20210530145842.2610109-2-masahiroy@kernel.org Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/common/Kconfig b/common/Kconfig
index db7cc6713a..b18975850d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,8 +1,3 @@
-config DEFCONFIG_LIST
- string
- option defconfig_list
- default "arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)"
-
config GREGORIAN_CALENDER
bool
@@ -333,7 +328,7 @@ config MODULES
depends on HAS_MODULES
depends on EXPERIMENTAL
bool "module support"
- option modules
+ modules
help
This option enables support for loadable modules via insmod. Module
support is quite experimental at the moment. There is no convenient