Skip to content

Commit

Permalink
[MTD] OneNAND: Remove experimental Kconfig dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
kyungmin-park authored and Thomas Gleixner committed Nov 6, 2005
1 parent d36d63d commit 1501787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mtd/onenand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1501787

Please sign in to comment.