diff options
author | Tuomas Tynkkynen | 2018-02-07 02:42:21 +0200 |
---|---|---|
committer | Tom Rini | 2018-02-13 23:01:44 -0500 |
commit | 2c4b096b4c3e9d115b43edb23b1592a297076ae4 (patch) | |
tree | 0b557e1629c37a9e6f618737f880035d370db96e /include/configs | |
parent | bbdf38698ee5c96138868d563c6825cd48bb26dc (diff) |
spi: Migrate CONFIG_LPC32XX_SSP to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/devkit3250.h | 1 | ||||
-rw-r--r-- | include/configs/work_92105.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 71ca127f3f6..31fad7d8868 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -63,7 +63,6 @@ /* * SSP/SPI */ -#define CONFIG_LPC32XX_SSP #define CONFIG_LPC32XX_SSP_TIMEOUT 100000 /* diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index efb8901af62..cb77d1862c5 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -124,7 +124,6 @@ * SSP/SPI/DISPLAY */ -#define CONFIG_LPC32XX_SSP #define CONFIG_LPC32XX_SSP_TIMEOUT 100000 /* * Environment |