]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/Kconfig
Merge branch 'topic/hda' into for-next
[karo-tx-linux.git] / drivers / mtd / Kconfig
index 71fea895ce38d34c20beee385182277241525431..a03ad2951c7b423975c566dfce20902b7fd074f0 100644 (file)
@@ -309,6 +309,19 @@ config MTD_SWAP
          The driver provides wear leveling by storing erase counter into the
          OOB.
 
+config MTD_PARTITIONED_MASTER
+       bool "Retain master device when partitioned"
+       default n
+       depends on MTD
+       help
+         For historical reasons, by default, either a master is present or
+         several partitions are present, but not both. The concern was that
+         data listed in multiple partitions was dangerous; however, SCSI does
+         this and it is frequently useful for applications. This config option
+         leaves the master in even if the device is partitioned. It also makes
+         the parent of the partition device be the master device, rather than
+         what lies behind the master.
+
 source "drivers/mtd/chips/Kconfig"
 
 source "drivers/mtd/maps/Kconfig"