diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-05-23 10:23:09 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2011-05-25 02:22:03 +0100 |
commit | 2fe2e24ead67530d624e0bb23da9f0bfdec44f8c (patch) | |
tree | 36d9d1fe3b9cf9b6204e6916d4dc0ab728427fa2 /drivers/mtd/maps/Kconfig | |
parent | 16b0eb154393831eddcf4f19cdca323611c86c9f (diff) | |
download | op-kernel-dev-2fe2e24ead67530d624e0bb23da9f0bfdec44f8c.zip op-kernel-dev-2fe2e24ead67530d624e0bb23da9f0bfdec44f8c.tar.gz |
mtd: sa1100-flash: 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 4cda05d2..d949eee 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -347,7 +347,7 @@ config MTD_CDB89712 config MTD_SA1100 tristate "CFI Flash device mapped on StrongARM SA11x0" - depends on MTD_CFI && ARCH_SA1100 && MTD_PARTITIONS + depends on MTD_CFI && ARCH_SA1100 help This enables access to the flash chips on most platforms based on the SA1100 and SA1110, including the Assabet and the Compaq iPAQ. |