From 95d3877a5818cc3f149a9d443637ff145bbaaabb Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 7 Feb 2018 02:42:16 +0200 Subject: spi: Migrate CONFIG_SH_SPI to Kconfig Signed-off-by: Tuomas Tynkkynen --- include/configs/sh7752evb.h | 1 - include/configs/sh7753evb.h | 1 - include/configs/sh7757lcr.h | 1 - 3 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/sh7752evb.h b/include/configs/sh7752evb.h index 14d66d4747f..f30c37b5954 100644 --- a/include/configs/sh7752evb.h +++ b/include/configs/sh7752evb.h @@ -61,7 +61,6 @@ #define SH7752EVB_ETHERNET_NUM_CH 2 /* SPI */ -#define CONFIG_SH_SPI 1 #define CONFIG_SH_SPI_BASE 0xfe002000 /* MMCIF */ diff --git a/include/configs/sh7753evb.h b/include/configs/sh7753evb.h index 1f5a4415ae4..4dbdfb707b4 100644 --- a/include/configs/sh7753evb.h +++ b/include/configs/sh7753evb.h @@ -61,7 +61,6 @@ #define SH7753EVB_ETHERNET_NUM_CH 2 /* SPI */ -#define CONFIG_SH_SPI 1 #define CONFIG_SH_SPI_BASE 0xfe002000 /* MMCIF */ diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h index ac214cdd954..314bc53faaa 100644 --- a/include/configs/sh7757lcr.h +++ b/include/configs/sh7757lcr.h @@ -63,7 +63,6 @@ #define SH7757LCR_GIGA_ETHERNET_NUM_CH 2 /* SPI */ -#define CONFIG_SH_SPI 1 #define CONFIG_SH_SPI_BASE 0xfe002000 /* MMCIF */ -- cgit v1.2.3