summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/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/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/Kconfig')
-rw-r--r--drivers/mtd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 9137cdee15..69ababcf08 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -20,6 +20,7 @@ config MTD_RAW_DEVICE
default n
prompt "mtdraw device to read/write both data+oob"
+source "drivers/mtd/devices/Kconfig"
source "drivers/mtd/nand/Kconfig"
source "drivers/mtd/ubi/Kconfig"