diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-02-07 02:42:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:01:44 -0500 |
commit | 2c4b096b4c3e9d115b43edb23b1592a297076ae4 (patch) | |
tree | 0b557e1629c37a9e6f618737f880035d370db96e /configs | |
parent | bbdf38698ee5c96138868d563c6825cd48bb26dc (diff) | |
download | u-boot-2c4b096b4c3e9d115b43edb23b1592a297076ae4.zip u-boot-2c4b096b4c3e9d115b43edb23b1592a297076ae4.tar.gz u-boot-2c4b096b4c3e9d115b43edb23b1592a297076ae4.tar.bz2 |
spi: Migrate CONFIG_LPC32XX_SSP to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/devkit3250_defconfig | 1 | ||||
-rw-r--r-- | configs/work_92105_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/devkit3250_defconfig b/configs/devkit3250_defconfig index 0b9223f..fcc80b2 100644 --- a/configs/devkit3250_defconfig +++ b/configs/devkit3250_defconfig @@ -38,6 +38,7 @@ CONFIG_SPL_NAND_SIMPLE=y CONFIG_PHYLIB=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y +CONFIG_LPC32XX_SSP=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y diff --git a/configs/work_92105_defconfig b/configs/work_92105_defconfig index fb287bd..2451b56 100644 --- a/configs/work_92105_defconfig +++ b/configs/work_92105_defconfig @@ -37,3 +37,4 @@ CONFIG_DM_GPIO=y CONFIG_PHYLIB=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y +CONFIG_LPC32XX_SSP=y |