diff options
author | Mike Rapoport <mike@compulab.co.il> | 2008-10-15 08:38:49 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-18 12:48:42 +0100 |
commit | aaf7ea20000436df3cbb397ccb734ad1e2e5164d (patch) | |
tree | 37ab4c9f5a4a34f796ab69bb1cef436522876503 /drivers/mtd/nand/Kconfig | |
parent | a0ee24a03b1c06813c814b9f70946c8984752f01 (diff) | |
download | kernel_samsung_tuna-aaf7ea20000436df3cbb397ccb734ad1e2e5164d.zip kernel_samsung_tuna-aaf7ea20000436df3cbb397ccb734ad1e2e5164d.tar.gz kernel_samsung_tuna-aaf7ea20000436df3cbb397ccb734ad1e2e5164d.tar.bz2 |
[MTD] [NAND] GPIO NAND flash driver
The patch adds support for NAND flashes connected to GPIOs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 89b4d39..b9eed99 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -56,6 +56,12 @@ config MTD_NAND_H1900 help This enables the driver for the iPAQ h1900 flash. +config MTD_NAND_GPIO + tristate "GPIO NAND Flash driver" + depends on GENERIC_GPIO + help + This enables a GPIO based NAND flash driver. + config MTD_NAND_SPIA tristate "NAND Flash device on SPIA board" depends on ARCH_P720T |