VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Geert Uytterhoeven <geert+renesas@glider.be> 2021-04-27 16:38:42 +0200 committer: Mark Brown <broonie@kernel.org> 2021-04-28 16:34:59 +0100 commit: 41f48a29ebd5ce944e412f491f1876b5abeff1d6 parent: c7299fea67696db5bd09d924d1f1080d894f92ef
Commit Summary:
spi: altera: Make SPI_ALTERA_CORE invisible
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 8b161ec4943b..f4481fe48bf0 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -65,7 +65,7 @@ config SPI_ALTERA
 	  This is the driver for the Altera SPI Controller.
 
 config SPI_ALTERA_CORE
-	tristate "Altera SPI Controller core code"
+	tristate "Altera SPI Controller core code" if COMPILE_TEST
 	select REGMAP
 	help
 	  "The core code for the Altera SPI Controller"