Skip to content

Commit

Permalink
drivers/mtd/devices: remove depends on CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: David Woodhouse <[email protected]>
CC: Artem Bityutskiy <[email protected]>
CC: Robert Jarzmik <[email protected]>
CC: Fabio Estevam <[email protected]>
CC: Richard Weinberger <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Acked-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
kees committed Jan 11, 2013
1 parent 7b4dd55 commit a11ed37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ config MTD_MS02NV

config MTD_DATAFLASH
tristate "Support for AT45xxx DataFlash"
depends on SPI_MASTER && EXPERIMENTAL
depends on SPI_MASTER
help
This enables access to AT45xxx DataFlash chips, using SPI.
Sometimes DataFlash chips are packaged inside MMC-format
Expand Down Expand Up @@ -81,7 +81,7 @@ config MTD_DATAFLASH_OTP

config MTD_M25P80
tristate "Support most SPI Flash chips (AT26DF, M25P, W25X, ...)"
depends on SPI_MASTER && EXPERIMENTAL
depends on SPI_MASTER
help
This enables access to most modern SPI flash chips, used for
program and data storage. Series supported include Atmel AT26DF,
Expand Down

0 comments on commit a11ed37

Please sign in to comment.