On 08/11/2018 06:47 AM, Boris Brezillon wrote: > 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@xxxxxxxxxxxxx> > Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > Changes in v2: > - Use select instead of depends on (suggested by Thomas) > --- > drivers/mtd/nand/raw/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig > index b6738ece16f1..5fc9a1bde4ac 100644 > --- a/drivers/mtd/nand/raw/Kconfig > +++ b/drivers/mtd/nand/raw/Kconfig > @@ -279,6 +279,7 @@ config MTD_NAND_ATMEL > tristate "Support for NAND Flash / SmartMedia on AT91" > depends on ARCH_AT91 || COMPILE_TEST > depends on HAS_IOMEM > + select GENERIC_ALLOCATOR > select MFD_ATMEL_SMC > help > Enables support for NAND Flash / Smart Media Card interface > -- ~Randy ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/