diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-07-18 13:07:03 +0300 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-07-18 20:06:30 +0300 |
commit | 0a526341fee054c1e2b9f0e4b2b424ae81707d4c (patch) | |
tree | fd55302814c04cf44a181b16673e6358b2b77ce1 /drivers/mtd/devices/Kconfig | |
parent | 140623410536905fa6ab737b625decfde6c64a72 (diff) | |
download | linux-0a526341fee054c1e2b9f0e4b2b424ae81707d4c.tar.xz |
mtd: update description of MTD_BCM47XXSFLASH symbol
For years now we support writing to BCMA SoC serial flash, so don't
describe this driver as providing read-only support anymore.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 5a1d0dc71495..bf8238fb2e12 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig @@ -113,12 +113,12 @@ config MTD_SST25L if you want to specify device partitioning. config MTD_BCM47XXSFLASH - tristate "R/O support for serial flash on BCMA bus" + tristate "Support for serial flash on BCMA bus" depends on BCMA_SFLASH help BCMA bus can have various flash memories attached, they are registered by bcma as platform devices. This enables driver for - serial flash memories (only read-only mode is implemented). + serial flash memories. config MTD_SLRAM tristate "Uncached system RAM" |