diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-01-11 06:33:39 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2011-03-11 09:22:41 -0500 |
commit | f53fdebcc3e1e5d15ffd0b1204d5944b4ceb8a07 (patch) | |
tree | 65964da93ee0673e4ba8a4928f25d101df0cd28d /drivers/mtd/Kconfig | |
parent | 06f2ae3c91ea04b0d640e0dd9cf69a265f5ecda6 (diff) |
mtd: drop MTD_CONCAT from Kconfig entirely
As there are no more dependencies on MTD_CONCAT or CONFIG_MTD_CONCAT,
drop this entry from Kconfig entirely.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index c800247c04fb..23088b3372d0 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -33,15 +33,6 @@ config MTD_TESTS | |||
33 | should normally be compiled as kernel modules. The modules perform | 33 | should normally be compiled as kernel modules. The modules perform |
34 | various checks and verifications when loaded. | 34 | various checks and verifications when loaded. |
35 | 35 | ||
36 | config MTD_CONCAT | ||
37 | bool | ||
38 | default y | ||
39 | help | ||
40 | Support for concatenating several MTD devices into a single | ||
41 | (virtual) one. This allows you to have -for example- a JFFS(2) | ||
42 | file system spanning multiple physical flash chips. If unsure, | ||
43 | say 'Y'. | ||
44 | |||
45 | config MTD_PARTITIONS | 36 | config MTD_PARTITIONS |
46 | bool "MTD partitioning support" | 37 | bool "MTD partitioning support" |
47 | help | 38 | help |