commit | 877c81b1dba07b0b18f536264a7214c0f0af1289 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Oct 26 22:16:26 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 10:49:47 2024 -0600 |
tree | b4273098abcac25b0f607090edbc2f578166a668 | |
parent | 41bd923bfe310e67d270b25b0b8c76785c155a32 [diff] |
mtd: spi-nor: Always build SPI_STACKED_PARALLEL code Prevent the code gated by SPI_STACKED_PARALLEL from bitrot by using if (CONFIG_IS_ENABLED(SPI_STACKED_PARALLEL)) around it. That way, it is always at least compiled. Fixes: 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support") Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>