summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig12
1 files changed, 2 insertions, 10 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 2ad92158c1..3ec3d46d40 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,16 +1,8 @@
-config ARCH
- string
- option env="ARCH"
-
-config KERNELVERSION
- string
- option env="KERNELVERSION"
-
config DEFCONFIG_LIST
string
option defconfig_list
- default "$ARCH_DEFCONFIG"
- default "arch/$ARCH/defconfig"
+ default ARCH_DEFCONFIG
+ default "arch/$(ARCH)/defconfig"
config GREGORIAN_CALENDER
bool