drop CONFIG_PARTITION_NEED_MTD
With CONFIG_PARTITION_NEED_MTD enabled we use mtd rather than devfs
directly to create partitions on mtd devices. Since:

| commit b32cd8d
| Author: Sascha Hauer <s.hauer@pengutronix.de>
| Date:   Wed Apr 9 15:49:32 2014 +0200
|
|     mtd: nand: bb: use mtd api directly
|
|     The devfs layer just adds an addition indirection between mtd
|     and the bb devices with no purpose. Drop it.
|
|     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

The bad block aware device creation doesn't work if this option
is disabled. With this we remove CONFIG_PARTITION_NEED_MTD and always
use mtd partitions on mtd devices.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 37db9c6 commit 9f8aab600d9e5fabd27412856bce3a91c5c0c899
@Sascha Hauer Sascha Hauer authored on 13 May 2014
Showing 7 changed files
View
arch/arm/configs/phytec-phycard-omap3_defconfig
View
arch/arm/configs/tx51stk5_defconfig
View
commands/Kconfig
View
drivers/mtd/Makefile
View
drivers/mtd/ubi/Kconfig
View
fs/Kconfig
View
fs/devfs-core.c