mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
m68k: coldfire: select legacy gpiolib interface for mcfqspi
The common coldfire code uses the old GPIO number based interfaces for at least the QSPI chipselect lines. Select the required Kconfig symbol to keep it building when that becomes optional. Apparently there are no devices attached to a QSPI controller in any of the coldfire boards, so this is not actually used in upstream kernels. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
This commit is contained in:
parent
152f5393dc
commit
c17dfc8bb0
|
|
@ -30,6 +30,7 @@ config COLDFIRE
|
|||
select CPU_HAS_NO_MULDIV64
|
||||
select GENERIC_CSUM
|
||||
select GPIOLIB
|
||||
select GPIOLIB_LEGACY if SPI_COLDFIRE_QSPI
|
||||
select HAVE_LEGACY_CLK
|
||||
select HAVE_PAGE_SIZE_8KB if !MMU
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user