diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-05-23 05:23:10 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2011-05-24 21:22:04 -0400 |
commit | f6c11c1826a6ed853019cf2bdf51489d10c07642 (patch) | |
tree | 8219f2427ee2d6f90f03f063522fbbb1d38b092d /drivers/mtd/maps/Kconfig | |
parent | 2fe2e24ead67530d624e0bb23da9f0bfdec44f8c (diff) |
mtd: scx200_docflash: convert to mtd_device_register()
Convert to mtd_device_register() and remove the CONFIG_MTD_PARTITIONS
preprocessor conditionals as partitioning is always available.
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index d949eee14f14..add25a94ce4a 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -184,7 +184,7 @@ config MTD_VMAX | |||
184 | 184 | ||
185 | config MTD_SCx200_DOCFLASH | 185 | config MTD_SCx200_DOCFLASH |
186 | tristate "Flash device mapped with DOCCS on NatSemi SCx200" | 186 | tristate "Flash device mapped with DOCCS on NatSemi SCx200" |
187 | depends on SCx200 && MTD_CFI && MTD_PARTITIONS | 187 | depends on SCx200 && MTD_CFI |
188 | help | 188 | help |
189 | Enable support for a flash chip mapped using the DOCCS signal on a | 189 | Enable support for a flash chip mapped using the DOCCS signal on a |
190 | National Semiconductor SCx200 processor. | 190 | National Semiconductor SCx200 processor. |