diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-02-07 02:42:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:01:44 -0500 |
commit | 60e54562913f7a272a5483ed909cf9c740b606f6 (patch) | |
tree | 39d5c67ffebd97f769fbe1e172b1f67a0e4d142a /configs/display5_factory_defconfig | |
parent | 7b819b569e92fd9b9b1baf160cd946a523fde1ce (diff) | |
download | u-boot-60e54562913f7a272a5483ed909cf9c740b606f6.tar.gz |
spi: Migrate CONFIG_MXC_SPI to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'configs/display5_factory_defconfig')
-rw-r--r-- | configs/display5_factory_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/display5_factory_defconfig b/configs/display5_factory_defconfig index aac50cca64..2ccdfdd1e4 100644 --- a/configs/display5_factory_defconfig +++ b/configs/display5_factory_defconfig @@ -66,6 +66,7 @@ CONFIG_NETDEVICES=y CONFIG_FEC_MXC=y # CONFIG_SPL_DM_SERIAL is not set CONFIG_MXC_UART=y +CONFIG_MXC_SPI=y CONFIG_USB=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Liebherr" |