]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mtd: update description of MTD_BCM47XXSFLASH symbol
authorRafał Miłecki <zajec5@gmail.com>
Mon, 18 Jul 2016 10:07:03 +0000 (12:07 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 18 Jul 2016 17:06:30 +0000 (10:06 -0700)
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>
drivers/mtd/devices/Kconfig

index 5a1d0dc714954c4424bfdd2058b30f06a3176b31..bf8238fb2e12da1cc2441fb44b86d2977d8811db 100644 (file)
@@ -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"