]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: rawnand: atmel: Select GENERIC_ALLOCATOR
authorBoris Brezillon <boris.brezillon@bootlin.com>
Sat, 11 Aug 2018 13:47:12 +0000 (15:47 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Sat, 11 Aug 2018 16:07:44 +0000 (18:07 +0200)
commit9805d4bcf8f98dbeb1a66c3195f2ea8b917a083e
tree5143ac5bb0d200788d2d635ed269c8ffef492df8
parentd0eea5d8db42a9fbf89943253908579865a3eaad
mtd: rawnand: atmel: Select GENERIC_ALLOCATOR

The driver uses genalloc functions. Select GENERIC_ALLOCATOR to prevent
build errors when selected through COMPILE_TEST.

Fixes: 88a40e7dca00 ("mtd: rawnand: atmel: Allow selection of this driver when COMPILE_TEST=y")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
drivers/mtd/nand/raw/Kconfig