]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLEL
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 26 Oct 2024 20:16:25 +0000 (22:16 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Oct 2024 16:49:47 +0000 (10:49 -0600)
commitf896aa656774821fee44f0da3fdd7e52068130da
tree61df46dd4b7c1f1c52f3b685eadacac97b222ea8
parent003157bd1c2c029abaefb9457965551f305effda
mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLEL

The SPI_ADVANCE description does not explain what the switch does.
It does not have anything to do with any advanced functionality, it
only gates off support for stacked and parallel SPI NORs. Rename the
Kconfig symbol, update description, and move it right next to Xilinx
hardware as it seems to be specific to this hardware. Make sure the
symbol is also protected by if DM_SPI in Kconfig.

Fixes: 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/mtd/spi/spi-nor-core.c
drivers/spi/Kconfig
include/linux/mtd/spi-nor.h