commit | 43423cdc5dc174468546c7c48f771fe26fe6d101 | [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 | f896aa656774821fee44f0da3fdd7e52068130da [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>