Commit 41f48a29 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown

spi: altera: Make SPI_ALTERA_CORE invisible

The SPI_ALTERA_CORE config symbol controls compilation of the Altera SPI
Controller core code.  It is already selected by all of its users, so
there is no reason to make it visible, unless compile-testing.

Fixes: b0c3d935 ("spi: altera: separate core code from platform code")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/f0cb8e66baba4506db6f42fca74dc51b76883507.1619534253.git.geert+renesas@glider.beSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent c7299fea
...@@ -65,7 +65,7 @@ config SPI_ALTERA ...@@ -65,7 +65,7 @@ config SPI_ALTERA
This is the driver for the Altera SPI Controller. This is the driver for the Altera SPI Controller.
config SPI_ALTERA_CORE config SPI_ALTERA_CORE
tristate "Altera SPI Controller core code" tristate "Altera SPI Controller core code" if COMPILE_TEST
select REGMAP select REGMAP
help help
"The core code for the Altera SPI Controller" "The core code for the Altera SPI Controller"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment