This patch adds the CONFIG_MTD_UCLINUX and CONFIG_MTD_UCLINUX_EBSS
options to the mtd menu.
--- linux-2.6.x.orig/drivers/mtd/maps/Kconfig	2008-07-13 15:51:29.000000000 -0600
+++ linux-2.6.x/drivers/mtd/maps/Kconfig	2008-12-16 15:03:18.000000000 -0700
@@ -523,6 +523,31 @@
 	help
 	  Map driver to support image based filesystems for uClinux.
 
+config MTD_UCLINUX_EBSS
+	bool "uClinux RAM/ROM filesystem is located at ebss"
+	depends on MTD_UCLINUX
+	default y
+	help
+	  The filesystem is located directly after the kernel in memory.
+
+config MTD_UCLINUX_ADDRESS
+	hex "uClinux RAM/ROM filesystem address"
+	default 0x1400000
+	depends on MTD_UCLINUX && !MTD_UCLINUX_EBSS
+	help
+	  The filesystem is located at the given address.
+
+choice
+	prompt "uClinux RAM/ROM is located in ROM/RAM"
+	default MTD_UCLINUX_RAM
+	depends on MTD_UCLINUX && !MTD_UCLINUX_EBSS
+
+config MTD_UCLINUX_RAM
+	bool "RAM"
+config MTD_UCLINUX_ROM
+	bool "ROM"
+endchoice
+
 config MTD_WRSBC8260
 	tristate "Map driver for WindRiver PowerQUICC II MPC82xx board"
 	depends on (SBC82xx || SBC8560)
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to