summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-08 12:04:13 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-22 13:12:27 +0800
commit7167eb8c0be829689d926570697bb4b6ee8d2b94 (patch)
tree1b4e14a1b14af4829ba34ca1345850923aeda98f /common
parent77df62be5d5140b083152316d67a756d9fae962c (diff)
downloadbarebox-7167eb8c0be829689d926570697bb4b6ee8d2b94.tar.gz
barebox-7167eb8c0be829689d926570697bb4b6ee8d2b94.tar.xz
Kconfig: sync with linux kernel v2.6.36-rc1-168-ge36c886
this will add also the support of the new ncurse interface nconfig Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index a58f242ff8..2ddf90c767 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,3 +1,16 @@
+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"
config GREGORIAN_CALENDER
bool