diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 288444b4cd8a..0d0bbf218f1f 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1,3 +1,11 @@ | |||
1 | config ARCH | ||
2 | string | ||
3 | option env="ARCH" | ||
4 | |||
5 | config KERNELVERSION | ||
6 | string | ||
7 | option env="KERNELVERSION" | ||
8 | |||
1 | config DEFCONFIG_LIST | 9 | config DEFCONFIG_LIST |
2 | string | 10 | string |
3 | depends on !UML | 11 | depends on !UML |