summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-12 12:12:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-12 12:12:34 +0200
commitd757720766629dcd94af70ea65ccd8ba5eb47e4b (patch)
tree1263204fa6e46fc3555f232b81e6c9ce2bd13df2 /arch/sandbox/Kconfig
parent2557787389f8ec40381d1201a15badd25d4aab10 (diff)
downloadbarebox-d757720766629dcd94af70ea65ccd8ba5eb47e4b.tar.gz
barebox-d757720766629dcd94af70ea65ccd8ba5eb47e4b.tar.xz
arch/linux -> arch/sandbox
Diffstat (limited to 'arch/sandbox/Kconfig')
-rw-r--r--arch/sandbox/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
new file mode 100644
index 0000000000..eb849398b4
--- /dev/null
+++ b/arch/sandbox/Kconfig
@@ -0,0 +1,21 @@
+
+config TEXT_BASE
+ string
+ default "0x08f00000" if MACH_MX1ADS
+
+config BOARDINFO
+ default "sandbox"
+
+config LINUX
+ bool
+ default y
+
+config ARCH_LINUX
+ bool
+
+source common/Kconfig
+source commands/Kconfig
+source net/Kconfig
+source drivers/Kconfig
+source fs/Kconfig
+source lib/Kconfig