diff options
-rw-r--r-- | drivers/mtd/spi-nor/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 1e6f037923d9..4a682ee0f632 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig | |||
@@ -40,7 +40,7 @@ config SPI_ATMEL_QUADSPI | |||
40 | 40 | ||
41 | config SPI_CADENCE_QUADSPI | 41 | config SPI_CADENCE_QUADSPI |
42 | tristate "Cadence Quad SPI controller" | 42 | tristate "Cadence Quad SPI controller" |
43 | depends on OF && (ARM || COMPILE_TEST) | 43 | depends on OF && ARM |
44 | help | 44 | help |
45 | Enable support for the Cadence Quad SPI Flash controller. | 45 | Enable support for the Cadence Quad SPI Flash controller. |
46 | 46 | ||