spi: cadence-xspi: remove 64BIT Kconfig dependency

Now everything is ready, we can remove 64BIT Kconfig dependency now.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Link: https://patch.msgid.link/20260803140728.12747-5-jszhang@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Jisheng Zhang 2026-08-03 22:07:28 +08:00 committed by Mark Brown
parent 0ab32c1c2b
commit 54a6b7fe10
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -321,7 +321,7 @@ config SPI_CADENCE_QUADSPI
config SPI_CADENCE_XSPI
tristate "Cadence XSPI controller"
depends on OF && HAS_IOMEM && 64BIT
depends on OF && HAS_IOMEM
depends on SPI_MEM
help
Enable support for the Cadence XSPI Flash controller.