coldfire-qspi: Add support for the Coldfire 5251/5253.
authorSteven King <sfking@fdwdc.com>
Tue, 5 Jun 2012 16:24:59 +0000 (09:24 -0700)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 15 Jul 2012 23:59:21 +0000 (09:59 +1000)
The Coldfire 5251/5253 have a QSPI controller.  Enable selection of the
coldfire-qspi driver if the M525x is selected.

Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
drivers/spi/Kconfig

index cd2fe35..cb90bc6 100644 (file)
@@ -125,7 +125,7 @@ config SPI_BUTTERFLY
 
 config SPI_COLDFIRE_QSPI
        tristate "Freescale Coldfire QSPI controller"
-       depends on (M520x || M523x || M5249 || M527x || M528x || M532x)
+       depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x)
        help
          This enables support for the Coldfire QSPI controller in master
          mode.