mtd/drivers/mtd/onenand Kconfig,1.6,1.7
gleixner at infradead.org
gleixner at infradead.org
Sun Nov 6 19:00:25 EST 2005
Update of /home/cvs/mtd/drivers/mtd/onenand
In directory phoenix.infradead.org:/tmp/cvs-serv27350
Modified Files:
Kconfig
Log Message:
[MTD] OneNAND: Fix up Kconfig
Make platform driver dependend on ARM
Tidy up help texts
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/onenand/Kconfig,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Kconfig 9 Sep 2005 06:43:12 -0000 1.6
+++ Kconfig 7 Nov 2005 00:00:21 -0000 1.7
@@ -11,7 +11,7 @@
help
This enables support for accessing all type of OneNAND flash
devices. For further information see
- <http://www.samsung.com/Products/Semiconductor/Flash/OneNAND_TM/index.htm>.
+ http://www.samsung.com/Products/Semiconductor/Flash/OneNAND_TM/index.htm
config MTD_ONENAND_VERIFY_WRITE
bool "Verify OneNAND page writes"
@@ -24,11 +24,10 @@
flipped accidentaly due to device wear or something else.
config MTD_ONENAND_GENERIC
- tristate "OneNAND Flash device on generic board"
- depends on MTD_ONENAND
+ tristate "OneNAND Flash device via platform device driver"
+ depends on MTD_ONENAND && ARM
help
- Support for OneNAND flash on generic board. Using device driver
- framework, now all most platfrom are support.
+ Support for OneNAND flash via platform device driver.
config MTD_ONENAND_SYNC_READ
bool "OneNAND Sync. Burst Read Support"
More information about the linux-mtd-cvs
mailing list