commit | e801e9366132ff1933a74514bdaa02966d87b56f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 31 11:47:25 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 13:34:29 2024 -0600 |
tree | be0a8f1d9580e17de1dbb559eb4bae77023f1b38 | |
parent | 0cdd72153b706e5628daef86914d79775a8f4970 [diff] |
mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI check While we want to compile the SPI_STACKED_PARALLEL code everywhere we can, it must first be guarded with an #if for DM_SPI as not all cases where we have this code built, such as in SPL, will have the relevant DM_SPI option enabled. Fixes: 43423cdc5dc1 ("mtd: spi-nor: Always build SPI_STACKED_PARALLEL code") Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Tom Rini <trini@konsulko.com>