Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1742229
| From | thor.thayer@linux.intel.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] mtd: spi-nor: Allow Cadence QSPI support for ARM64 |
| Date | 2017-09-29 18:10 +0200 |
| Message-ID | <uv61t-8pT-55@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Thor Thayer <thor.thayer@linux.intel.com> Allow ARM64 support for the Cadence QSPI interface by adding ARM64 as a dependency. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> --- drivers/mtd/spi-nor/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 69c638dd0484..f26aaa6d1430 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -50,7 +50,7 @@ config SPI_ATMEL_QUADSPI config SPI_CADENCE_QUADSPI tristate "Cadence Quad SPI controller" - depends on OF && (ARM || COMPILE_TEST) + depends on OF && (ARM || ARM64 || COMPILE_TEST) help Enable support for the Cadence Quad SPI Flash controller. -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] mtd: spi-nor: Allow Cadence QSPI support for ARM64 thor.thayer@linux.intel.com - 2017-09-29 18:10 +0200
csiph-web