From 628a2d1b5bc6b4be6ac10b31a19d920dcefdad75 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 2 Feb 2011 14:13:14 +0800 Subject: kconfig: syn with linux kernel v2.6.38-rc3 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Kconfig (limited to 'Kconfig') 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" -- cgit v1.2.3