* [PATCH] OneNAND: Remove experimental dependency
@ 2005-08-27 4:16 Kyungmin Park
0 siblings, 0 replies; only message in thread
From: Kyungmin Park @ 2005-08-27 4:16 UTC (permalink / raw)
To: linux-mtd; +Cc: tglx
The second patch removes the experimental dependency
Regards
Kyungmin Park
--
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig
--- a/drivers/mtd/onenand/Kconfig
+++ b/drivers/mtd/onenand/Kconfig
@@ -2,8 +2,8 @@
# linux/drivers/mtd/onenand/Kconfig
#
-menu "OneNAND Flash Device Drivers (EXPERIMENTAL)"
- depends on MTD != n && EXPERIMENTAL
+menu "OneNAND Flash Device Drivers"
+ depends on MTD != n
config MTD_ONENAND
tristate "OneNAND Device Support"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-27 4:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-27 4:16 [PATCH] OneNAND: Remove experimental dependency Kyungmin Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox