diff options
author | Tuomas Tynkkynen | 2018-02-07 02:42:22 +0200 |
---|---|---|
committer | Tom Rini | 2018-02-13 23:01:44 -0500 |
commit | 4a942f49b891872727aa0bdba58e2ca513fc455c (patch) | |
tree | 45e7474eec60cf39c54852a9ebdc225e1b393791 /arch | |
parent | 2c4b096b4c3e9d115b43edb23b1592a297076ae4 (diff) |
spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/config.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index efa4e7b6e24..9d6ad5387c7 100644 --- a/arch/arm/mach-kirkwood/include/mach/config.h +++ b/arch/arm/mach-kirkwood/include/mach/config.h @@ -61,7 +61,6 @@ */ #ifdef CONFIG_CMD_SF #define CONFIG_HARD_SPI 1 -#define CONFIG_KIRKWOOD_SPI 1 #ifndef CONFIG_ENV_SPI_BUS # define CONFIG_ENV_SPI_BUS 0 #endif diff --git a/arch/arm/mach-mvebu/include/mach/config.h b/arch/arm/mach-mvebu/include/mach/config.h index cfd09524705..a3b12eaa001 100644 --- a/arch/arm/mach-mvebu/include/mach/config.h +++ b/arch/arm/mach-mvebu/include/mach/config.h @@ -56,7 +56,6 @@ * SPI Flash configuration */ #ifdef CONFIG_CMD_SF -#define CONFIG_KIRKWOOD_SPI #ifndef CONFIG_ENV_SPI_BUS # define CONFIG_ENV_SPI_BUS 0 #endif |