summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-02-02 14:13:14 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-02-02 14:21:57 +0800
commit628a2d1b5bc6b4be6ac10b31a19d920dcefdad75 (patch)
tree0f98097225121c448f48f3283b5835cf1f91b6d8 /Kconfig
parenta3463cc12877f6527624972c190a80ebb787a604 (diff)
downloadbarebox-628a2d1b5bc6b4be6ac10b31a19d920dcefdad75.tar.gz
barebox-628a2d1b5bc6b4be6ac10b31a19d920dcefdad75.tar.xz
kconfig: syn with linux kernel v2.6.38-rc3
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
new file mode 100644
index 0000000000..8e994df64d
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,11 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
+mainmenu "Linux/$ARCH $KERNELVERSION Barebox Configuration"
+
+config SRCARCH
+ string
+ option env="SRCARCH"
+
+source "arch/$SRCARCH/Kconfig"