summaryrefslogtreecommitdiffstats
path: root/arch/nios2/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-04-19 20:22:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-14 23:37:53 +0100
commit2749fbac48374b5f5cedda31aa85cca5f199536c (patch)
tree332a305b39d27b1d5717be2cd12c02ef597b452b /arch/nios2/configs
parent1bd90ff5a11fdb79eb865173d2bf4b5e25d95679 (diff)
downloadbarebox-2749fbac48374b5f5cedda31aa85cca5f199536c.tar.gz
barebox-2749fbac48374b5f5cedda31aa85cca5f199536c.tar.xz
nor flash: integrate into mtd
CFI Flash is currently handled outside the mtd layer which makes it a special case. Integrate it into mtd so that we get rid of this special status. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/nios2/configs')
-rw-r--r--arch/nios2/configs/generic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/configs/generic_defconfig b/arch/nios2/configs/generic_defconfig
index 5e27cc8d65..41899904bf 100644
--- a/arch/nios2/configs/generic_defconfig
+++ b/arch/nios2/configs/generic_defconfig
@@ -27,6 +27,7 @@ CONFIG_CMD_PARTITION=y
CONFIG_NET=y
CONFIG_NET_PING=y
CONFIG_DRIVER_NET_TSE=y
+CONFIG_MTD=y
CONFIG_DRIVER_CFI=y
CONFIG_FS_TFTP=y
CONFIG_ZLIB=y