From ea2ca7e17ecfaeef010f8f60d05599da0fd6a519 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 8 Aug 2021 12:20:14 -0600 Subject: spi: Rename SPI_SUPPORT to SPI Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 132f2f746d..55d89ea3b4 100644 --- a/Makefile +++ b/Makefile @@ -824,7 +824,6 @@ libs-y += drivers/power/ \ drivers/power/pmic/ \ drivers/power/battery/ \ drivers/power/regulator/ -libs-y += drivers/spi/ libs-$(CONFIG_FMAN_ENET) += drivers/net/fm/ libs-$(CONFIG_SYS_FSL_DDR) += drivers/ddr/fsl/ libs-$(CONFIG_SYS_FSL_MMDC) += drivers/ddr/fsl/ -- cgit v1.2.3