mtd: onenand: select MTD_PARTITIONS
authorPaul Mundt <lethal@linux-sh.org>
Fri, 7 Aug 2009 03:34:48 +0000 (12:34 +0900)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 4 Sep 2009 08:40:37 +0000 (09:40 +0100)
commit0acfe530a2be9192861b84566625ba9b95703226
tree4a9e72754ee9bbcd21e4316184817ccd5be404c9
parentb0469ea785d12a6c025fa213293d608fc41405fe
mtd: onenand: select MTD_PARTITIONS

All of the onenand drivers depend on mtd partition support being compiled
in, so just select it. Fixes up build breakage:

drivers/built-in.o: In function `generic_onenand_remove':
generic.c:(.devexit.text+0x80): undefined reference to `del_mtd_partitions'

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/onenand/Kconfig