From: David Woodhouse Date: Mon, 20 Oct 2008 08:24:43 +0000 (+0100) Subject: [MTD] [NAND] GPIO driver depends on ARM... for now. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7d28e0d1e55442d198f7c35626d2c460ac04cab2;p=linux-beck.git [MTD] [NAND] GPIO driver depends on ARM... for now. Not all architectures provide readsb(). We should probably move to using ioread8_rep() instead. Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index b9eed9925462..1c2e9450d663 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -58,7 +58,7 @@ config MTD_NAND_H1900 config MTD_NAND_GPIO tristate "GPIO NAND Flash driver" - depends on GENERIC_GPIO + depends on GENERIC_GPIO && ARM help This enables a GPIO based NAND flash driver.