summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/Kconfig
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2011-12-22 16:51:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-02 12:34:58 +0100
commit6bef2778f1350cc8ebe40edb205d949990b33077 (patch)
tree536cb201885ed023eea0cc7c58334c26d319f024 /drivers/mtd/devices/Kconfig
parentfa4d33d146778d6a0a6f0170d48fd7a71733785d (diff)
downloadbarebox-6bef2778f1350cc8ebe40edb205d949990b33077.tar.gz
barebox-6bef2778f1350cc8ebe40edb205d949990b33077.tar.xz
drivers/mtd: add docg3 chip
Add the MSystem disk-on-chip G3 support, taken from the linux kernel with few amendments to bring it into barebox. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
-rw-r--r--drivers/mtd/devices/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
new file mode 100644
index 0000000000..e6d747c46d
--- /dev/null
+++ b/drivers/mtd/devices/Kconfig
@@ -0,0 +1,16 @@
+menu "Self contained MTD devices"
+ depends on MTD!=n
+
+config MTD_DOCG3
+ bool "M-Systems Disk-On-Chip G3"
+ select BCH
+ select BITREV
+ ---help---
+ This provides an MTD device driver for the M-Systems DiskOnChip
+ G3 devices.
+
+ The driver provides access to G3 DiskOnChip, distributed by
+ M-Systems and now Sandisk. The support is very experimental,
+ and doesn't give access to any write operations.
+
+endmenu