diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-04-08 23:30:25 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-14 14:23:01 -0400 |
commit | e43b20619bdb6c851dd7b49cbd15e52875a785d4 (patch) | |
tree | 2d2c1f44e79b22ae4965ab55508d82da0035521e /drivers/mtd/devices | |
parent | 254592db612aeb55d80399a04995b68f7da48c99 (diff) |
mtd: spi-nor: shorten Kconfig naming
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 48aa1aa5820b..f9e32b53dfc6 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -80,7 +80,7 @@ config MTD_DATAFLASH_OTP | |||
80 | 80 | ||
81 | config MTD_M25P80 | 81 | config MTD_M25P80 |
82 | tristate "Support most SPI Flash chips (AT26DF, M25P, W25X, ...)" | 82 | tristate "Support most SPI Flash chips (AT26DF, M25P, W25X, ...)" |
83 | depends on SPI_MASTER && MTD_SPI_NOR_BASE | 83 | depends on SPI_MASTER && MTD_SPI_NOR |
84 | help | 84 | help |
85 | This enables access to most modern SPI flash chips, used for | 85 | This enables access to most modern SPI flash chips, used for |
86 | program and data storage. Series supported include Atmel AT26DF, | 86 | program and data storage. Series supported include Atmel AT26DF, |