diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2008-01-13 22:51:16 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-01-28 17:14:39 -0500 |
commit | 80daa56008dad44f08d0b47670cf2513aa98ab53 (patch) | |
tree | 3db1100f0d44d416dbf6adf4107bc213be4aff82 /init/Kconfig | |
parent | 93449082e905ce73d0346d617dd67c4b668b58af (diff) |
kconfig: use environment option
Use the environment option to provide the ARCH symbol
and the KERNELVERSION symbol.
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
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 |